Michal Sanitrak created TEIID-4110:
--------------------------------------
Summary: Odata - date functions does't accept date string as a parameter
Key: TEIID-4110
URL:
https://issues.jboss.org/browse/TEIID-4110
Project: Teiid
Issue Type: Sub-task
Components: OData
Reporter: Michal Sanitrak
Assignee: Ramesh Reddy
Date functions year, month, day, hour, minute and second doesn't accept date
string(DateTimeOffset) as a parameter.
Reference service which supports OData V4:
*ULR:*
http://services.odata.org/V4/Northwind/Northwind.svc/Employees/?$filter=m...
eq EmployeeID
*Result:* Employee with ID 1
*URL:*
http://localhost:8080/odata4/olingo_basic/Source/SimpleDataTable/?$filter...
eq intkey
Result:* {"error": {"code": null, "message":
"TEIID30069 The function 'MONTH(?)' has more than one possible
signature." }}
*Expected result:* Entity with intkey 1
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)