Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] fix for 214519 checked in

https://bugs.eclipse.org/bugs/show_bug.cgi?id=214519
bug 214519 - Allow appending strings to CREATE TABLE statements (Allow MySQL engine=InnoDB)

Adds creation-suffix tag to eclipselink-orm.xml tables, and a new "eclipselink.ddl-generation.table-creation-suffix" persistence property, both of which allow string values to be appended to CREATE TABLE statements. see http://wiki.eclipse.org/EclipseLink/DesignDocs/214519 for the design doc

checked into 2.2
reviewed by James Sutherland


Back to the top