Summary
- Implementing ZonedDateTime native support on Oracle (commit: 4003959) (details)
- Implementing ZonedDateTime native support on HSQLDB. (commit: da62643) (details)
- Fixing sequence name not escaped at creation and deletion time if it's a keyword (commit: 72a3c5a) (details)
- Fixing HSQLDB Dialect to support 2.7, no more 2.0 (commit: 87bff74) (details)
- Trying an approach to simplify Dialect configuration for end-user : introducing the new classes DialectOptions and DialectBuilder. (commit: adcee05) (details)
- Code cleanup (commit: 5a4155b) (details)
- Propagating renaming of Modifiable* classes to Mutable* classes (commit: 3b8a5f1) (details)
- Implementing on HSQLDB the approach to simplify Dialect configuration for end-user : HSQLDBDialect is removed and replaced by HSQLDBDialectBuilder. Default behaviors are provided by DatabaseVendorSettings and a dedicated one is created by vendor : HSQLDBDatabaseSettings. Required some changes on DatabaseVendorSettings class, and then some adaptions to other vendors are made but temporary. Now on, changing some options is available through the Builder, combined by DialectOptions. (commit: 40e9940) (details)