MariaDB Connector/J 1.3.2 Changelog
The most recent Stable (GA) release of MariaDB Connector/J is:
MariaDB Connector/J 3.5.0
Download Release Notes Changelog Connector/J Overview
Release date: 23 Nov 2015
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.
Fixes :
- CONJ-219 : Correcting Datasource parameter handling. Revision #da75bf7 2015-11-19
- CONJ-221 : preparedStatement : Error when using statement setObject(int, object, sqlType) with object with Long type and sql type Types.BIGINT. Revision #d757fad 2015-11-19
- CONJ-220 : prepareStatement : setCharacterStream and setBlob possible IndexOutOfBoundsException depending on stream length. Revision #71e319c 2015-11-20
- CONJ-223 : MetaData.getParameterCount() on prepareStatement now return correct result. Revision #76cfdfe 2015-11-22
- CONJ-222 : INSERT ... SELECT are now not rewritten when option rewriteBatchedStatements is set. Revision #39286a8 2015-11-22
- Code cleaned to avoid a connection leak
- Revision #7900eb9 2015-11-19
- Revision #4cc3c04 2015-11-20
- Revision #ba100f3 2015-11-22
Misc :
- various test improvements
- caching maven dependency : Revision #f76d42f 2015-11-20
- avoid downloading JCE for testing SSL : Revision #aded3fb 2015-11-20
- test code improvement : Revision #ce02e2a 2015-11-20
- test code improvement : Revision #c86b0e7 2015-11-20
- avoid race condiction when testing aurora : Revision #5432632 2015-11-20
- test correction : Revision #38fe1bc 2015-11-22
- clean unused code
- Revision #cacd7c7 2015-11-23
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.