Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-606

InformixDictionary default setting beaks many testcases

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.0
    • 1.0.4, 1.2.0
    • sql
    • None

    Description

      In testing Informix backend store, there are many query test string failed:
      1. parameter of a boolean value does not work, should use 't for true, 'f' for false
      WHERE (t1.isManager = ?) [params=(boolean) false]

      should generate WHERE (t1.isManager = ?) [params=(String) f]

      2. SELECT COUNT(DISTINCT(t1.name)) reported syntax error [code=-201, state=42000]

      should generate COUNT(DISTINCT t1.name )

      3. CROSS JOIN syntax error

      should generate JOIN with ON 1 = 1

      4. There is no equivalent function for LOCATE. Informix users must create INSTR as a user defined function.

      3. CONCAT function in '||' does not take parameter markers
      WHERE ((?||t0.name) LIKE ? ESCAPE '\')

      should generate CONCAT(?, t0.name)

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              fancy Catalina Wei
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: