Community
Participate
Working Groups
Build Identifier: For Symfoware all indices should be deleted before "drop table <tableName>". While elements which are created by the old programme are dropped by the new one. It may cause some indices would not be dropped before dropping table. So I think "drop table <tableName> cascade" may be a better way to drop table than "drop table <tableName>". Because with "cascade", even the indices are not be dropped before, the table could be dropped prettily. And "cascade" is specified in sql92, so most databases should support it. Reproducible: Always
Created attachment 179018 [details] use "drop table <tableName> cascade" to drop table Use "drop table <tableName> cascade" to drop table. And "deletionStringFor" method seems no useful, so delete it.
*** This bug has been marked as a duplicate of bug 324341 ***
Reopening. Functioanlity not implemented in previous bug.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink