Skip to content

Releases: dieselpoint/norm

Version 1.2

Choose a tag to compare

@ccleve ccleve released this 15 Nov 18:04

Resolves #88

Version 1.1

Choose a tag to compare

@ccleve ccleve released this 18 Dec 20:47

Added query.count()
Bumped dependency versions
Bug fixes

Should appear on Maven Central shortly

v1.0.6

Choose a tag to compare

@ccleve ccleve released this 18 Nov 20:31

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

Choose a tag to compare

@ccleve ccleve released this 08 Sep 18:26

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

1.0

Choose a tag to compare

@ccleve ccleve released this 30 Nov 19:17

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

Choose a tag to compare

@ccleve ccleve released this 14 Jun 02:35

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

0.8.9

Choose a tag to compare

@ccleve ccleve released this 11 Jun 23:12

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

Choose a tag to compare

@ccleve ccleve released this 18 Dec 23:27

The big addition is support for javax.persistence.AttributeConverter

0.8.5

Choose a tag to compare

@ccleve ccleve released this 19 Sep 21:41

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

Bug fixes, new ColumnOrder annotation

Choose a tag to compare

@ccleve ccleve released this 26 May 23:07

Some bugs retired in this release