Changelog

Release History

VersionDateDescription
0.0.72012-11-07Incremental feature release.
0.0.6unknownIncremental feature release.
0.0.5unknownIncremental feature release.
0.0.42011-09-02Incremental feature release.
0.0.32011-08-30Incremental feature release.
0.0.22011-08-11Bugfix release
0.0.12011-08-10First release

Release 0.0.7 - 2012-11-07

TypeChangesBy

fix

SQL escaping of quotes.wb

update

Changed default MySQL character encoding to utf8mb4 (was: utf8) to support full unicode. This change requires MySQL 5.5+.wb

update

Logging changed to use java.util.Logger.getLogger("net.sf.tabletools").wb

update

Schema generation plugin parameter change: 'sourcedir' parameter added; 'basedir' removed.wb

fix

Various minor fixes and features.wb

Release 0.0.6 - unknown

TypeChangesBy

update

Updated repository locations.wb

Release 0.0.5 - unknown

TypeChangesBy

fix

Updated dependency versions (removes transitive SNAPSHOT dependency).wb

update

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

Release 0.0.4 - 2011-09-02

TypeChangesBy

update

Entity properties in generated schema definitions are set to their default values upon instantiation.wb

update

Dependencies to all database drivers are updated to the latest release versions.wb

add

New artifact 'tabletools' which has dependencies to libraries and database drivers, and is otherwise empty.wb

add

Convenience methods for creating Java collections (Records.create[List|Set|Collection]()).wb

add

Default table prefix in XML schema definition (by means of attribute 'table-prefix').wb

Release 0.0.3 - 2011-08-30

TypeChangesBy

add

Support for 'case-sensitive' attribute of string columns in schema definition.wb

add

Records.fetchAll() to fetch a ResultSet into a List.wb

add

Intersection table filter constraint, analogously to the Union constraint. Fixes 3.wb

Release 0.0.2 - 2011-08-11

TypeChangesBy

fix

Ported schema generation to net.sf.tabletools domain. Fixes 2.wb

Release 0.0.1 - 2011-08-10

TypeChangesBy

add

Ported source code to net.sf.tabletools domain. Fixes 1.wb