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
This page is: Copyright © 2025 MariaDB. All rights reserved.