Skip to content

Releases: dieselpoint/norm

Release candidate 2 for 0.8.1

30 Sep 20:01
Compare
Choose a tag to compare

This is pretty stable. Please post any issues in the issue tracker.

The big change: Postgres support was buggy. It's fixed now. Create Table now handles Postgres serial fields.

Version 0.8.1-rc1

05 Mar 17:39
Compare
Choose a tag to compare

Release candidate. Passes unit tests, but could use a few more tests.

v.0.8.1 includes a general refactoring of the code to support multiple flavors of SQL. The primary motivation was to support an .upsert() command, which is supported using different syntax in different databases.

Actually, that's not true. Almost all databases support the MERGE command. But not MySql. Thanks, MySql. Let's all move to Postgres, shall we?

This release also includes:

  • Support for @column
  • A new, non-standard annotation, @DbSerializable.
  • Support for primitive classes (Integer, Long, String) as POJOs.
  • Better support for Enum fields.

See the docs for more.

Version 0.8

18 Dec 22:34
Compare
Choose a tag to compare

Stable, includes several bug fixes.

First release with POJO scheme

19 Sep 17:16
Compare
Choose a tag to compare

The first really-public release of Norm. Stable, works great.