Skip to content

Releases: arkanovicz/modality

Modality 2.4

20 Jan 15:06
Compare
Choose a tag to compare

This release adds a default re-connection mechanism in the connections pool.

Modality 1.2.1

21 Nov 14:46
Compare
Choose a tag to compare

Maintenance release.

  • Bump dependencies and plugins versions
  • Skip views when reverse engineering joins

Modality 2.3

02 Nov 08:09
Compare
Choose a tag to compare

Maintenance release. Bump versions of jetty and hsqldb.

Modality 2.2

27 Sep 11:43
Compare
Choose a tag to compare
  • Bump version of essential-json to get the byte array accessors
  • Accept T as a datetime separator

Modality 2.1.4

01 Aug 07:14
Compare
Choose a tag to compare

Maintenance release.

Fixes key column equality tests for postgresql serial type.

Modality 2.1.3

30 Jul 15:43
Compare
Choose a tag to compare

Maintenance release: add explicit casts for postgresql key columns equality tests

Modality 2.1.2

03 Jul 08:14
Compare
Choose a tag to compare

Maintenance release.

  • fix custom class creation
  • review migration scripts handling

Modality 2.1

21 Jun 15:39
Compare
Choose a tag to compare

Maintenance release.

  • Fix custom instances classes handling

Modality 2.0.1

11 Jun 10:59
Compare
Choose a tag to compare

This is a maintenance release.

Changes:

  • fix method Model.setDefinition(String) for classpath resource names
  • fix some data type conversion calls in Instance
  • add missing postgresql schema query
  • bump versions of dependencies and maven plugins

Modality 1.2

25 May 14:57
Compare
Choose a tag to compare

This is a maintenance release.

It adds the possibility for transactions to contain a select statement among their statements. It is helpful for modification statements like postgres select setval(), which cannot be executed with executeUpdate() JDBC method.