-
Feature Request
-
Resolution: Done
-
Major
-
8.12.x
-
None
The functions date() and time() are currently not supported in odata queries, e.g. running query
http://localhost:8080/odata4/olingo_basic/Source/SimpleDataTable?$filter=timeval%20gt%20time(now())
returns
<?xml version='1.0' encoding='UTF-8'?> <error xmlns="http://docs.oasis-open.org/odata/ns/metadata"> <code>TEIID16027</code> <message>TEIID16027 Function time is not currently supported </message> </error>
This is allowed behaviour per the odata spec, but it would be good to have these functions implemented.