Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN trunk commit: Bug#349349 - force drop tables

SVN trunk commit: Bug#349349 - force drop tables

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=349349

 

Changes:

- Changed TableCreator dropTables to attempt 5 times until all tables are successfully dropped

  - change replaceTables to call drop and then create

  - disable logging errors when dropping tables unless <= fine

  - SchemaManager.FORCE_DROP flag to disable 5 trys

  - changed Vector to List for TableCreator tables

- Added JPA2 performance tests


Back to the top