]
RH Bugzilla Integration commented on TEIID-4085:
------------------------------------------------
Filip Elias <felias(a)redhat.com> changed the Status of [bug
OData doesn't support mulitiple usage of arithmetic operators
--------------------------------------------------------------
Key: TEIID-4085
URL:
https://issues.jboss.org/browse/TEIID-4085
Project: Teiid
Issue Type: Sub-task
Components: OData
Reporter: Michal Sanitrak
Assignee: Ramesh Reddy
Fix For: 9.0, 8.12.5
Cannot use more than one arithmetic operator in single OData query. Each arithmetic
operator has same problem: add,sub,mul,div and mod.
*URL:*
http://localhost:8080/odata4/olingo_basic/Source/SimpleTableView/?$filter...
*Actual result:* {"error":{"code": null,"message":
"TEIID30067 Type was null for (? + ?) in function ((? + ?) + ?)"}}
*Expected result:* Entity with intkey 7
See:
[\[OData-ABNF\]|http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/abnf/odata-abnf-construction-rules.txt]
_Line:_ 384 and 561