Incorrect schema separator used for Informix tables
---------------------------------------------------

                 Key: OPENJPA-594
                 URL: https://issues.apache.org/jira/browse/OPENJPA-594
             Project: OpenJPA
          Issue Type: Bug
          Components: jdbc
    Affects Versions: 1.0.2
            Reporter: Dinkar Rao


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".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to