All pages
Powered by GitBook
1 of 1

Loading...

Connector/J 1.1.6 Release Notes

Download | Release Notes | Changelog |

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 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 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 and datatypes, while the server-side option has no effect on datetime. ()

Bugs fixed in this release

Some of the bugs fixed include:

  • Index parts that are not parts of primary keys may be returned by DatabaseMetaData.getPrimaryKeys() ()

  • Fixed UTF8 length calculation ()

  • Prevent batch execution if the batchlist for statements and prepared statements is null. ()

  • MySQLDatabaseMetaData fix: GetColumns

now returns type.BIT instead of type.TINYINT if tinyInt1IsBit option is set (
)
  • 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)

  • CONJ-65
    CONJ-66
    CONJ-73
    CONJ-74
    CONJ-72

    For an overview of MariaDB Connector/J see the page

    The most recent release of is:

    Connector/J 3.5.7 Download Now

    About MariaDB Connector/J
    About MariaDB Connector/J
    MariaDB Connector/J
    time_zone
    datetime
    timestamp

    This page is: Copyright © 2025 MariaDB. All rights reserved.