]
Ramesh Reddy resolved TEIID-4613.
---------------------------------
Resolution: Done
Labels: alpha2 (was: )
[~damien_b] Thank you for the patch. Applied to master, will we in the next 9.2 Alpha2
release.
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
Labels: alpha2
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.