Releases
ormlite-jdbc-5.3
j256
released this
19 May 04:24
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.
You can’t perform that action at this time.