Drivers are meant to report support for the functions implemented by the driver+data source.
Out of the timedate group, we are missing still the following:
See https://docs.microsoft.com/en-us/sql/odbc/reference/appendixes/time-date-and-interval-functions for details.
Pinging @elastic/es-search
High-level view over the functions support: https://github.com/elastic/elasticsearch/issues/30007
@matriv can you please look into adding the current variants for SQL DATE?
@bpintea NOW() is already implemented (alias to CURRENT_TIMESTAMP())
Introducing CURRENT_TIME/CURTIME requires to introduce the TIME data type first: #38174
All listed functions are implemented.
Most helpful comment
All listed functions are implemented.