All pages
Powered by GitBook
1 of 1

Loading...

Connector/J 1.3.3 Release Notes

Download | Release Notes | Changelog |

Release date: 8 Dec 2015

MariaDB Connector/J 1.3.3 is a Stable (GA) release.

For a list of all changes made in this release, with links to detailed information on each push, see the changelog.

This version is a bugfix release

Notable changes and additions

Major

  • : ResultSet.getString correction for prepareStatement

  • : PreparedStatement return NULL When TIME column value=00:00:00

  • : Mariadb alias in url connection string wasn't working in HA mode

  • : Handle unsigned numeric data

Minor

  • : Metadata driver version

  • : Host is not mandatory for named pipe connection

Behavior change

With the evolution, some behavior has changed : Exceptions are always thrown if any read data truncation happens.

Example

SmallInt data type signed range is -32768 to 32767. The unsigned range is 0 to 65535. Signed range is similar to the Java short primitive type.

A ResultSet.getShort() on a unsigned smallint value of 40000 will now throw an SQLException. (the previous version was returning the 32767 value). This value will be available by using a resultset.getInt().

CONJ-179 : Statement.getMoreResults() returns wrong value

CONJ-225
CONJ-226
CONJ-227
CONJ-228
CONJ-224
CONJ-229
CONJ-228

The most recent release of is:

Connector/J 3.5.7 Download Now

For an overview of MariaDB Connector/J see the page

About MariaDB Connector/J
MariaDB Connector/J
About MariaDB Connector/J

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