Connector/J 1.3.7 Release Notes
The most recent Stable (GA) release of MariaDB Connector/Java is:
DownloadRelease NotesChangelogConnector/J Overview
Release date: 23 Mar 2016
MariaDB Connector/J 1.3.7 is a Stable (GA) release.
For a description of MariaDB Connector/J see theAbout MariaDB Connector/J page
For a list of all changes made in this release, with links to detailed information on each push, see thechangelog.
This version is a bugfix / performance improvement release.
Notable changes and additions
Major
CONJ-259 : Server prepare statement failover uses the associated connection
Performance improvements :
using directly the query.getByte("UTF-8") array to avoid recreating a new array
rewriteStatement improvement (parsing query to verfy that query can be rewritten + performance) CONJ-262
Local file upload correction when using useCompression option
Minor
CONJ-267 : getString on '0000-00-00' date was returning npe.
PrepareStatement setObject(int parameterIndex, Object x, int targetSqlType, int scaleOrLength) now doesn't lose decimal when using Float or Double object
Last updated
Was this helpful?