Skip to content

v3.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 17:50
· 87 commits to development since this release

Added

  • New when( boolean, success, fail ) fluent construct for ActiveEntity, VirtualEntityService and the BaseORMService to allow for fluent chaining of operations on an entity or it's service.
  • Migration to new ColdBox Virtual App Testing approaches
  • Removed unecessary on load logging to increase performance
  • Hibernate 5.4 on Lucee experimental testing

Fixed

  • countWhere() invalid SQL exception if no arguments are provided: #54