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:13:01 UTC

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

     [ https://issues.apache.org/jira/browse/OLINGO-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Archana Rai resolved OLINGO-1297.
---------------------------------
    Resolution: Fixed

This issue has been fixed: [https://git-wip-us.apache.org/repos/asf?p=olingo-odata2.git;a=commit;h=1f9dbe4623cdb9e7a6a6b98bf79ac8f3f5da7b30]

Thanks,

Archana

> 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
>            Priority: Minor
>             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)