Releases: dieselpoint/norm
Releases · dieselpoint/norm
Version 1.1
Added query.count()
Bumped dependency versions
Bug fixes
Should appear on Maven Central shortly
v1.0.6
Fixes for #55, #62, #79, #80
The first three have to do with a BigInteger primary key. The last was a synchronization problem during insert.
v1.0.5
Variety of bug fixes. This should probably have been version 1.1, because it also includes a new feature, the ability to handle multi-part primary keys
1.0
I guess it's time for version 1.0. It has been in production use for quite some time. This release properly handles it when there are multiple generated values on the server and you want them populated in the pojo that was just inserted.
0.8.10
Fixes yet another bug in generate keys, where it wasn't handling primitive keys correctly.
0.8.9
Generated keys can now be of any data type.
Database.addDataSourceProperty() added. Makes it easier to add parameters to the Datasource without having to subclass Database.getDataSource().
0.8.6
The big addition is support for javax.persistence.AttributeConverter
0.8.5
Many minor changes. Added better support for generated keys, different data types.
Bug fixes, new ColumnOrder annotation
Some bugs retired in this release