Damien B created TEIID-4613:
-------------------------------
Summary: OData client does not support old servers for boolean functions
Key: TEIID-4613
URL:
https://issues.jboss.org/browse/TEIID-4613
Project: Teiid
Issue Type: Bug
Components: OData
Affects Versions: 9.1.1
Reporter: Damien B
Assignee: Steven Hawkins
Some old data servers does not support to be called with a filter containing a boolean
function and a operator (like "Customers?$filter=substringof('Alfreds',
CompanyName) eq true"), they instead want a unary operation (i.e.
"Customers?$filter=substringof('Alfreds', CompanyName)").
translator-odata forces the operator presence.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)