This version is a general availability (GA) release.
Changelog
New option blankTableNameMeta
permit to have Resultset metadata getTableName methods always return blank in place of returning real table name as JDBC indicate. This is for ease migration from Oracle since Oracle driver always returns an empty string.
- [CONJ-717] conversion function support for other data type than default MariaDB conversion type
- [CONJ-722] Permit suppression of result-set metadata getTableName for oracle compatibility
- [CONJ-719] Saving values using Java 8 LocalTime does not store fractional parts of seconds
- [CONJ-716] Correcting possible NPE on non thread safe NumberFormat (logging)