-
Enhancement
-
Resolution: Done
-
Major
-
8.12.12.6_4
-
None
Looking to add support for ODBC 3 functions like "CURRENT_TIMESTAMP" and "CURRENT_DATE()" as indicated in linke [1]. This would be in support of applications that auto-generate backend SQL such as Tableau or Spotfire.
Added current_date(), current_time[(precision)], and current_timestamp[(precision)] to Teiid. To conform to our expectations the current_time precision is ignored. We also only get the current_timestamp to at most millisecond resolution.