Uploaded image for project: 'Cayenne'
  1. Cayenne
  2. CAY-2575

Select translator: Wrong translation of IN Expression

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.2.M1
    • Core Library
    • None

    Description

      Expression like: a < 2 and b in (5,6) and b = 7
      Translates to: ( ( t0.a < 2 ) AND t0.b IN ( 5, 6) ) ( t0.b = 7 ), note missing AND.

      Attachments

        Activity

          People

            ntimofeev Nikita Timofeev
            ntimofeev Nikita Timofeev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: