Functionality Added or Changed
Added
MySQL_Connection::getLastStatementInfo()
which returns back the value of the
mysql_info() function of the MySQL Client
Library (libmysqlclient).
Added new method
ResultSetMetaData::isNumeric() and
implemented it in all classes that subclass from it.
URI format has been extended to better fit IPv6 addresses. You
can now use [] to separate the host part of
the URI.
Built against libmysqlclient 5.5.27, enabling
support of authentification plugins and IPv6.
Bugs Fixed
Compiling with Visual Studio 2010 could fail with compilation
errors if the source contained a #include
<stdint.h> line. The errors were typically of
the form cannot convert from
'.
(Bug #14113387, Bug #60307)type1' to
'type2'
DatabaseMetaData::getSQLKeywords() updated to
match MySQL 5.5. Note that Connector/C++, just like Connector/J,
returns the same list for every MySQL database version.
A statement that did not raise any warning could return warnings from a previously executed statement.
Fixed
stores(Lower|Mixed)Case(Quoted)Identifiers
methods.
