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

[jira] [Resolved] (OLINGO-1245) Parsing issue with parens

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

Ramesh Reddy resolved OLINGO-1245.
----------------------------------
    Resolution: Fixed

Resolved with commit 

https://git-wip-us.apache.org/repos/asf?p=olingo-odata4.git;a=commit;h=243708f168218ac1c8ad34d7a0bb089904eb951c

> Parsing issue with parens
> -------------------------
>
>                 Key: OLINGO-1245
>                 URL: https://issues.apache.org/jira/browse/OLINGO-1245
>             Project: Olingo
>          Issue Type: Bug
>          Components: odata4-server
>    Affects Versions: (Java) V4 4.4.0
>            Reporter: Steven Hawkins
>            Assignee: Ramesh Reddy
>            Priority: Major
>             Fix For: (Java) V4 4.5.0
>
>
> If you try to use a filter using not with a boolean expression nested in parens, not(CustomerID eq null), you get an exception like:
> "The property 'not', used in a query expression, is not defined in type XXX"
> However it appears that this should be allowed:
> [http://services.odata.org/V4/Northwind/Northwind.svc/Customers?$filter=not(CustomerID%20eq%20null])



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)