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

Incorrect schema separator used for Informix tables

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.1, 1.0.2
    • 1.0.4, 1.1.0, 1.2.0
    • jdbc
    • None

    Description

      With Informix IDS 9.4 (or 10.0), when a schema is specified in the table annotation or in the openjpa.jdbc.schema property, a SQL for CREATE TABLE with invalid syntax is generated:

      CREATE TABLE MYSCHEMA:MYTABLE (...);

      The correct separator between the schema and the table is "dot".

      Attachments

        1. patch-594.txt
          0.9 kB
          Dinkar Rao
        2. OpenJPA_1.0.x_OPENJPA-594.patch
          0.7 kB
          Jody Grassel

        Activity

          People

            mikedd Michael Dick
            dinkar Dinkar Rao
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: