MariaDB Connector/J 3.3.2 Changelog
The most recent Stable (GA) release of MariaDB Connector/J is:MariaDB Connector/J 3.5.3
DownloadRelease NotesChangelogConnector/J Overview
Release date: 19 Dec 2023
For the highlights of this release, see therelease notes.
The revision number links will take you to the revision's page on GitHub. OnGitHub you can view more details of the revision and view diffs of the code modified in that revision.
Revision #f9018f5c - [CONJ-1049] Metadata getTableTypes result was not ordered by TABLE_TYPE
Revision #0694cf28 - [misc] test addition : ensure connection error SQLstate
Revision #819eeb2f - [misc] test coverage improvement
Revision #3564216f - Merge tag '3.3.2' into develop
Revision #887d9c90 - Merge branch 'release/3.3.2'
Revision #ff82af29 - bump 3.3.2
Revision #be848da3 - [CONJ-1117] adding new value
returnMultiValuesGeneratedIds
for connector 2.x compatibility, so getGeneratedKeys() return all ids of multi-value insertsRevision #6deda549 - [CONJ-1135] bulk insert when
useBulkStmtsForInserts
only used for INSERT NOT using "ON DUPLICATE KEY UPDATE"Revision #f8b835c1 - [misc] code style correction
Revision #2b2d7cd7 - [misc] using common default servers test suite
Revision #7b92d26b - [CONJ-1138] ensure Statement.closeOnCompletion behavior (was varying depending on multiple result-set/using streaming)
Revision #0d30561c - [CONJ-1140] regression on DatabaseMetaData queries when option
defaultFetchSize
Revision #542504f9 - [CONJ-1137] possible NPE in OkPacket when retrieving session state null value database
Revision #2160bdfe - [CONJ-1136] wrong ResultSet.getByte() results for binary varchar fields
Revision #00aaf845 - [misc] precise licensing LGPL-2.1-or-later, not LGPL-2.1 only
Revision #3403c728 - [CONJ-1130] execution result cleared after error
Revision #4437d189 - [misc] bump testing dependencies
Revision #fa0c69e8 - [CONJ-1130] batch statements not cleared after statement batch execution failure
Revision #56f37dfa - [misc] code style correction
Revision #b0ff0491 - [CONJ-1132] wrong results of getResultSet()/getUpdateCount() if called after a execution that throw exception
Revision #8c14796d - [CONJ-1131] NullPointerException when calling getGeneratedKeys() without execute/batch execution success
Revision #6a4ed753 - [CONJ-1131] NullPointerException when calling getGeneratedKeys() without query execution success
Revision #afdc4c35 - bump 3.3.2-SNAPSHOT version
Revision #7dc1cd11 - [CONJ-1129] Metadata getPrimaryKeys using like in place of strict equality
Revision #7fa524e5 - [misc] remove EOL server
Revision #4acb834a - [misc] set connection to autocommit if not the case and not explicitly set to false.
Last updated
Was this helpful?