Changelogs for the MariaDB Connector/J 2.6 series
Download | Release Notes | Changelog |
Release date: 23 Jul 2020
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.
Revision #1bcf2b14 - Merge branch 'release/2.6.2'
Revision #6de6b5db - bump 2.6.2 version
- [] resultset metadata implementation correction for isReadOnly/isWritable/isDefinitelyWritable
- [misc] error improvement on wrong label
- [] collation utf32 regression correction
- [] version parser correction
Download | Release Notes | Changelog |
Release date: 23 Jun 2020
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.
Revision #fe21e66f - version 2.6.1 bump
Revision #1092f777 - [misc] Ssl test forcing old TLS version removed for newer server
- [] correcting CI test
- [misc] removing testing in appveyor for server 5.5 version since EOL
- [] Missing import org.osgi.service.jdbc in Import-Package clause of the OSGi manifest
- [] possible race condition correction using resultset getter with label
- [] nativeQuery escaping double backslash correction
- [] implementation of Statement setEscapeProcessing to permit skipping escaping for big query
- [] resultset.getRow() is now implemented for streaming resultset with TYPE_FORWARD_ONLY type
- Fix pool.close() issue
- [misc] javadoc missing parameter addition
- [] autodetection connection collation set to utf8mb4 equivalent collation for server configured to use UTF8mb3 collation
- [misc] correcting wrong snapshot version in README.md
- [] correcting CallableStatement.getter for output parameter.
- [misc] set 2.6.1-SNAPSHOT tag
- [] parameter metadata get parameter count even when query cannot be prepared
- [] Resultset metadata test correction
- [] Resultset metadata implementation for isReadOnly/isWritable/isDefinitelyWritable
- [] prepare statement getMetaData() now return null in case of command that cannot be prepared as JDBC requires
- [misc] code style correction
- [misc] small improvement - avoid skipping unread result-set when prepare is in cache - correct debug output format
- [] using option assureReadOnly Connection.setReadOnly set Session transaction in READ ONLY / READ WRITE mode
- [] ensure connection reference removal on (prepared) Statement close
- [misc] code style correction
- [] OSGi DataSourceFactory implementation correction
- [] stop() correction of OSGi bundle activator
- [] Add MariaDB Cloud testing to Travis
- [] DatabaseMetaData.supportsMultipleResultSets() return true as expected
- Merge branch 'pull/155' into develop
- Fix pool.close() issue
- [misc] ensuring avoiding ConcurrentModificationException when enabling LruTraceCache
- [] Temporal Data Tables test correction
- [] Temporal Data Tables are not listed in DatabaseMetaData.getTables
- [] correcting possible NPE with badly formed connection string
- [misc] removing 5.5 version testing, since not available in docker anymore
- Merge tag '2.6.0' into develop
Download | Release Notes | Changelog |
Release date: 20 Mar 2020
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.
Revision #3bc66153 Merge branch 'release/2.6.0'
Revision #c8a8200e bump 2.6.0 version
[misc] code style correction
Merge remote-tracking branch 'origin/develop' into develop
Merge branch 'pull/153' into develop
[misc] ensure tracktrace results
[misc] adding test coverage
[] manage possible concurrent modification exception on connection force kill without needing synchronisation
[misc] update appveyor MariaDB server version
Merge remote-tracking branch 'origin/develop' into develop
[] avoid possible ConcurrentModificationException on LinkedHashMap
[] enablePacketDebug reset stack when reconnecting At the same time, avoid adding stack multiple time
[misc] changing pom organization link
[] Galera validation galeraAllowedState on connection
[] provide custom SocketFactory configuration option
[] permit using Aurora RO endpoint - code style correction after merge
Added unit test to help illustrate the problem
Modified reg-ex patterns to match Aurora's read-only endpoints
[] correcting implementation in case of explicit socketTimeout of 0
[] Adding a socket timeout until complete authentication, to avoid hangs is server doesn't support pipelining
[misc] correcting thread id value to long, even if only having int value for now
Merge branch 'pull/152' into develop
[misc] test correction
[misc] code style change using google style guide settings
[] DatabaseMetaData.getExportedKeys now not restricted to one mandatory table
Merge branch 'pull/153' into develop
[misc] ensure tracktrace results
[misc] adding test coverage
[] manage possible concurrent modification exception on connection force kill without needing synchronisation
[misc] update appveyor MariaDB server version
Merge remote-tracking branch 'origin/develop' into develop
[] correcting JDBC Conversion Function support parsing correcting javadoc hexadecimal format description
[] avoid possible ConcurrentModificationException on LinkedHashMap
[] enablePacketDebug reset stack when reconnecting At the same time, avoid adding stack multiple time
[misc] changing pom organization link
[] Add a hint about createDatabaseIfNotExist
[] Galera validation galeraAllowedState on connection
[] provide custom SocketFactory configuration option
[] permit using Aurora RO endpoint - code style correction after merge
Added unit test to help illustrate the problem
Modified reg-ex patterns to match Aurora's read-only endpoints
[] correcting implementation in case of explicit socketTimeout of 0
[] Adding a socket timeout until complete authentication, to avoid hangs is server doesn't support pipelining
[misc] correcting thread id value to long, even if only having int value for now
Merge branch 'pull/152' into develop
[misc] test correction
[misc] code style change using google style guide settings
[] DatabaseMetaData.getExportedKeys now not restricted to one mandatory table
[] DatabaseMetaData.getExportedKeys return "PRIMARY" for PK_NAME column (was null)
[misc] correcting wrong error message
[misc] update copyright
[misc] checkstyle correction
[misc] correct appveyor script
[misc] updating dependencies
[misc] removing HikariCP from test suite run sha256 test on windows
[misc] correcting optional tag for test dependencies
returns PRIMARY as PK_NAME in getExportedKeys
[misc] correction of field length in the hypothetical case of a parameter with a length of more than 2 ^ 48
[misc] adding javadoc for executeUpdate
[misc] better handling of case when command doesn't support prepare
Merge branch 'pull/148' into develop
Merge branch 'pull/150' into develop
Merge branch 'pull/151' into develop
update conditional to sync currentProtocol to newSecondary on lockAndSwitch
[misc] Bump checkstyle from 8.18 to 8.29
[misc] Exception handling refactoring test correction
Bump checkstyle from 8.18 to 8.29
[misc] updating copyright
[misc] Various change - Exception handling refactoring: * Sql is now only on first Exception of stracktrace * Always have thread id logged but for generic exception * ensure to log sql when on dumpQueriesOnException is enable - ColumnDefinition renaming to follow protocol description - Blob faster position() implementation - unnamed Savepoint now generate unique internal identifier
[misc] adding tests on travis and Appveyor
Merge branch 'master' into develop
[misc] small code cleanup
[] correction for LRUTraceCache excption loggin
[misc] code cleaning
[] permits to avoid setting session_track_schema with new option trackSchema
[misc] import refactoring
[] better Trace format logging
[misc] remove unnecessary test
[misc] set version to 2.6.0 SNAPSHOT
improve skip condition
This page is: Copyright © 2025 MariaDB. All rights reserved.
This page is: Copyright © 2025 MariaDB. All rights reserved.
This page is: Copyright © 2025 MariaDB. All rights reserved.