Skip to content

6.13.2

Choose a tag to compare

@rbygrave rbygrave released this 07 Dec 09:24
· 6606 commits to master since this release

Issues:

#484 JDBC4+ drivers do not need Class.forName() registration - removing that call

#480 @history trigger on @draftable does not exclude the @DraftOnly and @DraftDirty properties - ERROR: column "dirty" of relation "link_history" does not exist Where: PL/pgSQL function link_history_version()

#479 Insert of @draftable with getGeneratedKeys ... PersistenceException executing insert

#477 findUnique() should throw NonUniqueResultException and not PersistenceException

Enhancements:

#483 ENH: Draftable - Add FK from live table back to draft table (for top level @draftable tables)

#482 ENH: @draftable - Save or update is not allowed on a 'live' bean - only draft beans ... add this check when @draft property is used

#481 ENH: @draftable ... add support for transient @draft boolean draft; property ... used to distinguish a 'live' instance from a 'draft' instance.

#476 ENH: Enable ServiceConfig to use alternate ClassLoader - was ServiceConfig add setClassloader api