]
Ramesh Reddy reassigned TEIID-4613:
-----------------------------------
Assignee: Ramesh Reddy (was: Steven Hawkins)
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: Ramesh Reddy
Fix For: 9.2
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.