Steven Hawkins created OLINGO-1245: -------------------------------------- Summary: 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
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)