[ https://issues.apache.org/jira/browse/OPENJPA-594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jody Grassel updated OPENJPA-594:
---------------------------------
Attachment: OpenJPA_1.0.x_OPENJPA-594.patch
Built a version of the patch for OPENJPA-594 for 1.0.x
> 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.1, 1.0.2
> Reporter: Dinkar Rao
> Assignee: Michael Dick
> Fix For: 1.1.0, 1.2.0
>
> Attachments: OpenJPA_1.0.x_OPENJPA-594.patch, patch-594.txt
>
> Original Estimate: 0h
> Remaining Estimate: 0h
>
> 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.
|