Documentation Home
MySQL Connector/C++ Release Notes
Related Documentation Download these Release Notes
PDF (US Ltr) - 396.2Kb
PDF (A4) - 397.9Kb


MySQL Connector/C++ Release Notes  /  Changes in MySQL Connector/C++ 1.1  /  Changes in MySQL Connector/C++ 1.1.1 (2012-08-07, General Availability)

Changes in MySQL Connector/C++ 1.1.1 (2012-08-07, General Availability)

Functionality Added or Changed

  • Connector/C++ is now built against libmysqlclient from MySQL 5.5.27, enabling support of authentification plugins and IPv6.

  • URI format has been extended to better fit IPv6 addresses. You can now use [] to separate the host part of the URI.

  • Added new method ResultSetMetaData::isNumeric() and implemented it in all classes that subclass from it.

  • Added MySQL_Connection::getLastStatementInfo() which returns back the value of the mysql_info() function of the MySQL Client Library (libmysqlclient).

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 'type1' to 'type2'. (Bug #14113387, Bug #60307)

  • Fixed stores(Lower|Mixed)Case(Quoted)Identifiers methods.

  • A statement that did not raise any warning could return warnings from a previously executed statement.

  • 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.