Download | Release Notes | Changelog |
Release date: 18 Feb 2014
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on Launchpad. On Launchpad you can view more details of the revision and view diffs of the code modified in that revision.
Revision #500 Mon 2014-02-17 11:34:50 +0100
Bump version to 1.1.6
Wed 2013-12-11 11:01:28 +0100
Fix leak in callable statement (Thanks to Andrew Gaul)
Thu 2013-11-21 14:10:41 +0100
Fix for : all timeout parameters should be specified in microseconds connectTimeout has to be specified in milliseconds instead of seconds.
Tue 2013-11-19 23:49:58 -0800
fix more test suite errors
Tue 2013-11-19 23:17:07 -0800
fix serverTimezone() unit test
Fri 2013-11-15 08:22:35 +0100
Bug fix for : MySQLConnection class does not implement all JDBC4 methods and silently discards/ignores calls to them Throw an exception for non supported JDBC 4.1 functions or return the default value (catalog=null, timeout=0)
Thu 2013-11-14 09:51:54 +0100
Fix for : Database isn't auto-selected when connecting over SSL Always select the database explicitly when connection is established (like in libmariadb/libmysql client).
Wed 2013-11-13 14:47:14 +0100
Bugfix for : tinyInt1isBit is not applied by MySQLDatabaseMetaData when retrieving columns If tinyInt1IsBit option is set and column_type is tinyint(1) getColumns has to return type.BIT instead if type.TINYINT
Wed 2013-11-13 09:16:46 +0100
Bugfix for : executeBatch Nullpointer exception if batchlist is empty Prevent batch execution if the batchlist for statements and prepared statements is null.
Wed 2013-11-13 08:15:02 +0100
Bug fix for (Assertion when calculating utf8 length): Fixed utf8 length calculation
Fri 2013-09-20 17:20:27 +0200
Use Timer constructor with thread name argument
Fri 2013-09-20 17:19:50 +0200
Fix test case
Fri 2013-09-20 16:55:18 +0200
: Extra rows (index parts that are not parts of primary keys) may be returned by DatabaseMetaData.getPrimaryKeys()
Fri 2013-09-20 14:07:24 +0200
: add new connection parameter serverTimezone, compatible to Connector/J
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 time_zone session variable. The difference is better cross-platform compatibility (i.e timezone names like "Asia/Omsk" can be used also when server is on Windows). Also, this optzion works for both datetime and timestamp datatypes, while server-side option has no effect on datetime.
This page is: Copyright © 2025 MariaDB. All rights reserved.