Gyula Árpád Tóth created OLINGO-836: ---------------------------------------
Summary: Null compare handling when using eclipselink+oracle Key: OLINGO-836 URL: https://issues.apache.org/jira/browse/OLINGO-836 Project: Olingo Issue Type: Bug Components: odata2-jpa Affects Versions: V2 2.0.5 Reporter: Gyula Árpád Tóth Priority: Minor In ODataV2 null compares are done like this: property eq null Olingo v2 translates this to property = null which is fine if the database accepts these null compares or the JPA implementation's 'dialect' can take care of it. However JPA accepts the property is null expressions and that is handled correctly in eclipselink with oracle. The property = null expressions are failing with this combination. -- This message was sent by Atlassian JIRA (v6.3.4#6332)