Skip to content

5.3

Compare
Choose a tag to compare
@j256 j256 released this 19 May 04:22
  • 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.