Archana Rai created OLINGO-1297:
-----------------------------------
Summary: JPA NE Handling with special character
Key: OLINGO-1297
URL: https://issues.apache.org/jira/browse/OLINGO-1297
Project: Olingo
Issue Type: Bug
Components: odata2-jpa
Affects Versions: V2 2.0.11
Reporter: Archana Rai
Fix For: V2 2.0.11
The OData requests with "ne" in the $filter fails.
E.g. OData request : $filter= (Id ne ‘FOO_BAR’) generates SQL request:
select * from TABLE a where a.ID<>'FOO/_BAR'
As FOO_BAR is different than FOO/_BAR, the row with Id FOO_BAR is not matched.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)