Download | Release Notes | Changelog |
Release date: 10 Sep 2013
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 #484 Mon 2013-09-09 11:41:38 +0200
bump version
Mon 2013-09-09 11:40:38 +0200
remove debug output
Mon 2013-09-09 11:10:33 +0200
: Avoid NullPointerException in Statement.executeBatch, in case batch is empty (does not contain any statement yet).
Thu 2013-09-05 23:24:27 +0200
fix test case
Thu 2013-09-05 21:52:36 +0200
- Silently ignore attempts to set holdability to CLOSE_CURSORS_AT_COMMIT . Always use HOLD_CURSORS_OVER_COMMIT instead
Thu 2013-09-05 21:28:23 +0200
- bypass Hibernate statement tracking.
Make ResultSet.getStatement() return null for all I_S queries in MySQLDatabaseMetaData.
Thu 2013-09-05 20:42:14 +0200
: make output of PreparedStatment.toString() more meaningful.
Thu 2013-09-05 15:46:49 +0200
- provide public method to cleanup after driver unload, to workaround Tomcat's classloading issues.
Wed 2013-07-24 20:58:31 +0200
: do not issue "kill query" in Statement.cancel() , if Statement is not being executed.
Wed 2013-07-24 14:23:19 +0200
Remove replication / binlog dump reading, it is neither documented, tested or used.
Also, suppress some unavoidable warnings about deprecation.
Wed 2013-07-24 10:51:55 +0200
- support preparedStatement.setObject() with java.util.Date
Tue 2013-07-23 19:40:56 +0200
Get rid of ColumnFlags enum.
use (precomputed) map for collation id to max char length , for ResultSetMetaData.getDisplaySize()
Tue 2013-07-23 16:58:31 +0200
Refactor/simplify MySQLType
Tue 2013-07-23 10:44:46 +0200
get rid of superfluous abstract classes
Tue 2013-07-23 08:07:05 +0200
use bit flags instead of enums
Tue 2013-07-16 12:08:37 +0200
Fix build/test script on Windows
Tue 2013-07-16 12:03:46 +0200
Disable gpg signing maven plugin
Tue 2013-07-16 00:11:30 +0200
: Fix DatabaseMetaData methods identifier methods dealing with case sensitivity, according to JDBC spec.
supportsMixedCase[Quoted]Identifiers() will return true if lower_case_table_names is 0 (case-sensitive)
storesLowerdCase[Quoted]Identifiers() will return true if lower_case_table_names is 1 ( case-insensitive, lowercase conversion)
Mon 2013-07-15 19:39:41 +0200
Make sure test suite runs, at least partially with older unsupported MySQL versions(< 5.1).
Mon 2013-07-15 18:39:16 +0200
Fix - DatabaseMetaData.getDatabaseMinorVersion() returns major version
Fri 2013-07-12 20:46:24 +0200
fix Unix socket on Solaris
Fri 2013-07-12 01:01:05 +0200
Fix Unix domain socket test case
Thu 2013-07-11 23:24:42 +0200
speedup getDatabaseProductVersion()
Thu 2013-07-11 23:23:41 +0200
add getFieldOrder() for sockaddr structure for UnixDomainSocket.
Mon 2013-07-08 22:25:57 +0200
: Allow ResultSet.getTimestamp() for TIME fields
Mon 2013-07-08 17:30:46 +0200
Getting connect number for shared memory connection is now protected by a mutex kernel object
Fri 2013-07-05 18:57:49 +0200
: support shared memory connections (using JNA library)
Wed 2013-07-03 22:06:02 +0200
: implement support unix domain socket
Mon 2013-07-01 20:35:14 +0200
added developers element to pom.xml
Mon 2013-07-01 20:14:03 +0200
add elements into pom.xml, add back javadoc
storesMixedCase[Quoted]Identifiers() will returns true if lower_case_table_names is 2 (case-insensitive, but case-preserving)
This page is: Copyright © 2025 MariaDB. All rights reserved.