Skip to content

Releases: brettwooldridge/SansOrm

Fixed autocommit behavior and error handling

01 Dec 15:02
Compare
Choose a tag to compare
  • SqlClosure now works correctly with datasources with enabled auto commit
  • Fixed error handling in SqlClosure, now any error (and not only SqlException) leads to rollback as expected

Fixed packaging of 3.0

30 Nov 10:55
Compare
Choose a tag to compare

This is a build-fix release for 3.0, only packaging was fixed. See release notes for 3.0.

API refactoring

30 Nov 10:54
Compare
Choose a tag to compare
API refactoring Pre-release
Pre-release

This release introduces backward-incompatible API changes!

  • New single-point configuration class, meet SansOrm class
  • Added optional embedded TransactionManager implementation, can be set up via SansOrm.initializeTxSimple(dataSource);
  • Sql-only related things moved from OrmElf to SqlClosureElf
  • Dropped deprecated methods

PS: Published artifact is broken, misses com.zaxxer.sansorm.transaction package, use release 3.1 instead.