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
: 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
: Metadata driver version
: Host is not mandatory for named pipe connection
With the evolution, some behavior has changed : Exceptions are always thrown if any read data truncation happens.
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
This page is: Copyright © 2025 MariaDB. All rights reserved.