You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Archana Rai (JIRA)" <ji...@apache.org> on 2018/09/26 10:07:00 UTC

[jira] [Created] (OLINGO-1297) JPA NE Handling with special character

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)