All pages
Powered by GitBook
1 of 1

Loading...

Connector/J 1.7.0 Release Notes

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.

Features

  • [] 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

Bug Fixes

  • [] 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

Misc

  • [] 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

CONJ-522
CONJ-530
CONJ-531
CONJ-495
CONJ-510
CONJ-532
CONJ-533
CONJ-535
CONJ-541
CONJ-469
CONJ-539

For an overview of MariaDB Connector/J see the page

The most recent release of is:

Connector/J 3.5.7 Download Now

About MariaDB Connector/J
pool datasource implementation
About MariaDB Connector/J
MariaDB Connector/J

This page is: Copyright © 2025 MariaDB. All rights reserved.