[
https://issues.apache.org/jira/browse/OPENJPA-594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dinkar Rao updated OPENJPA-594:
-------------------------------
Attachment: patch-594.txt
In this patch, I took out the override for catalogSeparator, so it will default
to "dot".
> 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
> Assignee: Michael Dick
> Attachments: 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.