MariaDB Java Client 1.1.6 Release Notes
The most recent Stable (GA) release of MariaDB Connector/J is:
MariaDB Connector/J 3.5.0
Download | Release Notes | Changelog | Java Client Overview
Release date: 18 Feb 2014
MariaDB Java Client 1.1.6 is a Stable (GA) release. In general this means that there are no known serious bugs, except for those marked as feature requests, that no bugs were fixed since last release that caused notable code changes, and that we believe the code is ready for general usage (based on bug inflow).
For a description of the MariaDB Java Client see the About the MariaDB Java Client page.
For a list of all changes made in this release, with links to detailed information on each push, see the changelog.
New functionality
New connection parameter serverTimezone: If set, timezone conversions will occur when storing temporal data with preparedStatement (setDate(), setTime(), setTimestamp()) and when reading data using ResultSet (getDate(),getTime(),getTimestamp()) The effect is similar to setting the time_zone session variable. The difference is better cross-platform compatibility (i.e timezone names like "Asia/Omsk" can also be used when the server is on Windows). Also, this option works for both datetime and timestamp datatypes, while the server-side option has no effect on datetime. (CONJ-65)
Bugs fixed in this release
Some of the bugs fixed include:
- Index parts that are not not parts of primary keys may be returned by
DatabaseMetaData.getPrimaryKeys()
(CONJ-66) - Fixed UTF8 length calculation (CONJ-73)
- Prevent batch execution if the batchlist for statements and prepared statements is null. (CONJ-74)
- MySQLDatabaseMetaData fix:
GetColumns
now returns type.BIT instead of type.TINYINT if tinyInt1IsBit option is set (CONJ-72) - Autoselect database for SSL connections (CONJ-71)
- Throw exception for unsupported JDBC 4.1 functions (CONJ-67)
- All timeout parameters will be specified in mircoseconds (instead of seconds). (CONJ-78)
- Fixed a leak in callable statements (Thanks to Andrew Gaul)
Be notified of new MariaDB Server releases automatically by subscribing to the MariaDB Foundation community announce 'at' lists.mariadb.org announcement list (this is a low traffic, announce-only list). MariaDB plc customers will be notified for all new releases, security issues and critical bug fixes for all MariaDB plc products thanks to the Notification Services.
MariaDB may already be included in your favorite OS distribution. More
information can be found on the
Distributions which Include MariaDB
page.