Dirk Mahler created OLINGO-883:
----------------------------------
Summary: Datetime literal is case sensitive
Key: OLINGO-883
URL: https://issues.apache.org/jira/browse/OLINGO-883
Project: Olingo
Issue Type: Bug
Components: odata2-core
Affects Versions: V2 2.0.5
Reporter: Dirk Mahler
We're using Spotfire's ODATA connector to retrieve data. For datetime columns
the following filter is generated:
{code}
MyTimeStamp ge DateTime'2016-01-01T00:00:00'
{code}
Olingo fails parsing the filter because it expects "DateTime" to be in
lower-case, i.e. "datetime"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)