Community
Participate
Working Groups
In DatabasePlatform we have the following method implementation: protected void printFieldUnique(Writer writer) throws IOException { if (supportsPrimaryKeyConstraint()) { writer.write(" UNIQUE"); } } It should probably be checking supportsUniqueKeyConstraint() instead.
Checked in fixed version of the file. Review: User submitted patch reviewed by Tom Ware IP Log updated. Tested with FullRegressionTestSuite on JPA and LRG on Core
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink