Uploaded image for project: 'Olingo'
  1. Olingo
  2. OLINGO-836

Null compare handling when using eclipselink+oracle

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • V2 2.0.5
    • V2 2.0.7
    • odata2-jpa
    • None

    Description

      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.

      Attachments

        Activity

          People

            mirbo mibo
            tothgya Gyula Árpád Tóth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: