Download | Release Notes | Changelog |
Release date: 23 Jun 2020
MariaDB Connector/J 2.6.1 is a Stable (GA) release.
- DatabaseMetaData.supportsMultipleResultSets() now return correctly true.
- Using CallableStatement.getTimestamp() can't get data correctly
- ParameterMetadata now return parameterCount() even if no information
- avoid a NPE for malformed "jdbc:mariadb:/" connection string.
- Temporal Data Tables are not listed in metadata
- corrected escape sequence for multiple backslash escape
- Connection.setReadOnly(true ) with option assureReadOnly now force read only connection even for mono server*
- permit resultset.getRow() for TYPE_FORWARD_ONLY when streaming
- Connector set UTF8mb4 equivalent in case of server configured with UTF8mb3 collation
- implement Statement setEscapeProcessing to avoid escape
- possible race condition using resultset getter using label
- Missing import org.osgi.service.jdbc in Import-Package clause of the OSGi manifest
- Logic error in stop() method of OSGi bundle activator
- Logic error in implementation of OSGi DataSourceFactory (MariaDbDataSourceFactory)
- resultset metadata always indicate that column is writable even if not
- ensure connection reference removal on (prepared) Statement close
- MariaDB Cloud testing
For a complete list of changes made in MariaDB Connector/J 2.6.1, with links to detailed information on each push, see the .
This page is: Copyright © 2025 MariaDB. All rights reserved.