MariaDB Connector/J 2.6.1 Changelog
The most recent Stable (GA) release of MariaDB Connector/J is:MariaDB Connector/J 3.5.3
DownloadRelease NotesChangelogConnector/J Overview
Release date: 23 Jun 2020
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 #fe21e66f - version 2.6.1 bump
Revision #1092f777 - [misc] Ssl test forcing old TLS version removed for newer server
Revision #28030fc1 - [CONJ-800] correcting CI test
Revision #79ccf96a - [misc] removing testing in appveyor for server 5.5 version since EOL
Revision #dedad9aa - [CONJ-778] Missing import org.osgi.service.jdbc in Import-Package clause of the OSGi manifest
Revision #a52752c3 - [CONJ-801] possible race condition correction using resultset getter with label
Revision #e629ae18 - [CONJ-785] nativeQuery escaping double backslash correction
Revision #9c71119f - [CONJ-800] implementation of Statement setEscapeProcessing to permit skipping escaping for big query
Revision #fbb4e9df - [CONJ-795] resultset.getRow() is now implemented for streaming resultset with TYPE_FORWARD_ONLY type
Revision #2065a1a9 - Fix pool.close() issue
Revision #299dcac6 - [misc] javadoc missing parameter addition
Revision #6edc091e - [CONJ-797] autodetection connection collation set to utf8mb4 equivalent collation for server configured to use UTF8mb3 collation
Revision #87565cdd - [misc] correcting wrong snapshot version in README.md
Revision #c1db252e - [CONJ-791] correcting CallableStatement.getter for output parameter.
Revision #7b569cb5 - [misc] set 2.6.1-SNAPSHOT tag
Revision #12af84fa - [CONJ-705] parameter metadata get parameter count even when query cannot be prepared
Revision #ceb2b5e7 - [CONJ-788] Resultset metadata test correction
Revision #162c78c8 - [CONJ-788] Resultset metadata implementation for isReadOnly/isWritable/isDefinitelyWritable
Revision #05a9f753 - [CONJ-705] prepare statement getMetaData() now return null in case of command that cannot be prepared as JDBC requires
Revision #eb6ce240 - [misc] code style correction
Revision #30cb8c29 - [misc] small improvement - avoid skipping unread result-set when prepare is in cache - correct debug output format
Revision #b271a747 - [CONJ-786] using option
assureReadOnly
Connection.setReadOnly set Session transaction in READ ONLY / READ WRITE modeRevision #d4282eac - [CONJ-789] ensure connection reference removal on (prepared)Statement close
Revision #0819dba4 - [misc] code style correction
Revision #0e6dc646 - [CONJ-780] OSGi DataSourceFactory implementation correction
Revision #f0e4180f - [CONJ-779] stop() correction of OSGi bundle activator
Revision #01c53cb9 - [CONJ-782] Add SkySQL testing to Travis
Revision #8dfce9ab - [CONJ-781] DatabaseMetaData.supportsMultipleResultSets() return true as expected
Revision #0c6a591f - Merge branch 'pull/155' into develop
Revision #27848813 - Fix pool.close() issue
Revision #7591a8d6 - [misc] ensuring avoiding ConcurrentModificationException when enabling LruTraceCache
Revision #7e89ed83 - [CONJ-776] Temporal Data Tables test correction
Revision #5506f004 - [CONJ-776] Temporal Data Tables are not listed in DatabaseMetaData.getTables
Revision #ab2e8dbc - [CONJ-775] correcting possible NPE with badly formed connection string
Revision #c5a016d6 - [misc] removing 5.5 version testing, since not available in docker anymore
Revision #134ff7fa - Merge tag '2.6.0' into develop
This page is: Copyright © 2025 MariaDB. All rights reserved.
Last updated
Was this helpful?