Skip to content

Releases: dieselpoint/norm

Version 1.1

18 Dec 20:47
Compare
Choose a tag to compare

Added query.count()
Bumped dependency versions
Bug fixes

Should appear on Maven Central shortly

v1.0.6

18 Nov 20:31
Compare
Choose a tag to compare

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

08 Sep 18:26
Compare
Choose a tag to compare

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

30 Nov 19:17
Compare
Choose a tag to compare
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

14 Jun 02:35
Compare
Choose a tag to compare

Fixes yet another bug in generate keys, where it wasn't handling primitive keys correctly.

0.8.9

11 Jun 23:12
Compare
Choose a tag to compare

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

18 Dec 23:27
Compare
Choose a tag to compare

The big addition is support for javax.persistence.AttributeConverter

0.8.5

19 Sep 21:41
Compare
Choose a tag to compare

Many minor changes. Added better support for generated keys, different data types.

Bug fixes, new ColumnOrder annotation

26 May 23:07
Compare
Choose a tag to compare

Some bugs retired in this release

Stable release.

19 Apr 18:46
Compare
Choose a tag to compare

All dependencies have been updated to the current versions.