Releases: arkanovicz/modality
Releases · arkanovicz/modality
Modality 2.4
This release adds a default re-connection mechanism in the connections pool.
Modality 1.2.1
Maintenance release.
- Bump dependencies and plugins versions
- Skip views when reverse engineering joins
Modality 2.3
Maintenance release. Bump versions of jetty and hsqldb.
Modality 2.2
- Bump version of essential-json to get the byte array accessors
- Accept
T
as a datetime separator
Modality 2.1.4
Maintenance release.
Fixes key column equality tests for postgresql serial type.
Modality 2.1.3
Maintenance release: add explicit casts for postgresql key columns equality tests
Modality 2.1.2
Maintenance release.
- fix custom class creation
- review migration scripts handling
Modality 2.1
Maintenance release.
- Fix custom instances classes handling
Modality 2.0.1
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
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.