Skip to content

5.3

Compare
Choose a tag to compare
@j256 j256 released this 09 Dec 03:11
· 118 commits to master since this release
  • CORE: More improvements to the TransactionManager connection and savepoint handling.
  • CORE: Added a getInternalConnection() method to DatabaseConnection to access underlying objects.
  • CORE: Added support for ORDER BY ... NULLS FIRST and LAST. May not be supported by all database types.
  • CORE: Added optimization to AND and OR queries to reduce the parens in the generated query. Thanks to devjta.
  • CORE: Removed some extraneous spaces from generated queries.
  • CORE: Added missing wiring for the TIME_STAMP_STRING data type for storing Timestamp type as a string.
  • CORE: Added support for OneToMany JPA annotation. Thanks to Bo98.
  • JDBC: Update the DB2 driver class. Thanks to mauro-palumbo.
  • JDBC: Added support for create table if not exists for HSQLDB versions 2.3.X and greater. Thanks to lukewhitt.
  • JDBC: Fixed a problem with H2's handling of boolean fields.
  • JDBC: Fixed the log4j logger classes broken in 5.2. Also moved them over to core. Thanks to MarcMil.