Duplicate column created for sybase
-----------------------------------
Key: OPENJPA-1800
URL: https://issues.apache.org/jira/browse/OPENJPA-1800
Project: OpenJPA
Issue Type: Bug
Components: jdbc
Reporter: Michael Dick
Assignee: Michael Dick
Priority: Minor
In order to execute FOR UPDATE statements against Sybase we create a special
column named UNQ_INDEX.
Some of our schema tools cause the column to be inserted twice (in memory).
I've seen this happen with testcases which use the DROP_TABLES constant - but
any code that uses the following persistence property could see the same
behavior :
openjpa.jdbc.SynchronizeMappings=buildSchema(ForeignKeys=true,SchemaAction='drop,add')
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.