Download | Release Notes | Changelog |
Release date: 9 Nov 2017
MariaDB Connector/J 1.7.0 is a Stable (GA) release.
This is the pendant of 2.2.0 changes for java 6-7.
[] Pool datasource implementation : MariaDB has now 2 different Datasources implementation. More information on .
[] Permit Connection.abort() forcing killing the connection even if connection is stuck in another thread (like reading big resultset)
[] permit cancelling streaming result-set using Statement.cancel.
[] Improve reading result-set data
[] Permit connection creation to allow execution of read-only statements on slaves when master is down
[] correction Statement.getMoreResults() for multi-queries
[] PrepareStatement.setTime() may insert incorrect time according to current timezone, time and option "useLegacyDatetimeCode"
[] correction on numerical getter for big BIT data type fields
[] Fix behavior of ResultSet#relative when crossing result set boundaries
[] Improve Blob/Clob implementation (avoiding array copy from result-set row)
[] better message when server close connection
[misc] resultset.findColumn method use column name if alias not found
[misc] default option "connectTimeout" value to 30 seconds (was 0 = no timeout)
[misc] ensure that enablePacketDebug option works when timer tick is big
This page is: Copyright © 2025 MariaDB. All rights reserved.