Version | Date | Description |
---|---|---|
0.0.7 | 2012-11-07 | Incremental feature release. |
0.0.6 | unknown | Incremental feature release. |
0.0.5 | unknown | Incremental feature release. |
0.0.4 | 2011-09-02 | Incremental feature release. |
0.0.3 | 2011-08-30 | Incremental feature release. |
0.0.2 | 2011-08-11 | Bugfix release |
0.0.1 | 2011-08-10 | First release |
Type | Changes | By |
---|---|---|
SQL escaping of quotes. | wb | |
Changed default MySQL character encoding to utf8mb4 (was: utf8) to support full unicode. This change requires MySQL 5.5+. | wb | |
Logging changed to use java.util.Logger.getLogger("net.sf.tabletools"). | wb | |
Schema generation plugin parameter change: 'sourcedir' parameter added; 'basedir' removed. | wb | |
Various minor fixes and features. | wb |
Type | Changes | By |
---|---|---|
Updated dependency versions (removes transitive SNAPSHOT dependency). | wb | |
Getter method names in generated source code are configurable. By default, getter methods with return type boolean are named 'getXXX' (used to be 'isXXX'). | wb |
Type | Changes | By |
---|---|---|
Entity properties in generated schema definitions are set to their default values upon instantiation. | wb | |
Dependencies to all database drivers are updated to the latest release versions. | wb | |
New artifact 'tabletools' which has dependencies to libraries and database drivers, and is otherwise empty. | wb | |
Convenience methods for creating Java collections (Records.create[List|Set|Collection]()). | wb | |
Default table prefix in XML schema definition (by means of attribute 'table-prefix'). | wb |
Type | Changes | By |
---|---|---|
Support for 'case-sensitive' attribute of string columns in schema definition. | wb | |
Records.fetchAll() to fetch a ResultSet into a List. | wb | |
Intersection table filter constraint, analogously to the Union constraint. Fixes 3. | wb |