Functionality Added or Changed
Introduced ResultSetMetaData::isZerofill(),
which is not in the JDBC specification.
Added support for MySQL Connector/C.
Implemented
MySQL_ConnectionMetaData::supportsConvert(from,
to).
metadataUseInfoSchema was added to the
connection property map, which enables control of the
INFORMATION_SCHEMA for metadata.
Minimum CMake version required was changed from 2.4.2 to 2.6.2. The latest version is required for building on Windows.
An installer was added for the Windows operating system.
Bugs Fixed
A leak was fixed in MySQL_PreparedResultSet,
which occurred when the result contained a
BLOB column.
A bug was fixed in all implementations of
ResultSet::relative() which was giving a
wrong return value although positioning was working correctly.
