MySQL Forums
Forum List  »  Announcements

MySQL Connector/C++ 1.1.1 has been released
Posted by: Kent Boortz
Date: August 09, 2012 02:18AM

Dear MySQL Users,

A new GA (general availability) version of MySQL Connector/C++ has
been made available: MySQL Connector/C++ 1.1.1 GA. The MySQL
Connector/C++ provides a C++ API for connecting client applications to
the MySQL Server 5.1 or newer. You can download the production release
at:

http://dev.mysql.com/downloads/connector/cpp/1.1.html

The MySQL driver for C++ offers an easy to use API derived from JDBC
4.0. MySQL Workbench is using it successfully since years.

We have improved the driver since the last GA release. Please see the
documentation and the CHANGES file in the source distribution for a
detailed description of bugs that have been fixed. The following
features and bug fixes have been added:

 * DatabaseMetaData::getSQLKeywords() updated to match MySQL 5.5. Note
   that C/C++, just like C/JDBC, returns the same list for every MySQL
   database version.

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

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

 * Fixed the bug causing compilation errors in Microsoft Visual Studio
   2010 if stdint.h was included. See http://bugs.mysql.com/bug.php?id=60307

 * Fixed bug making statement that did not raise any warning to return
   warnings from previously executed statement.

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

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

 * Built against libmysql 5.5.27 enabling support of authentification
   plugins and IPv6.

You can find further details, including usages examples, in the
documentation at:

http://dev.mysql.com/doc/en/connector-cpp.html

You may also want to contribute to the MySQL Forum on C/C++ at
http://forums.mysql.com/list.php?167 or join the MySQL Connector/C++
mailing list http://lists.mysql.com/connector-cplusplus .

We welcome and appreciate your feedback and bug reports:

http://bugs.mysql.com/

Enjoy!

On behalf of the MySQL Build Team,
Kent Boortz

Kent Boortz, Release Staff Engineer
Oracle, the MySQL team, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL Connector/C++ 1.1.1 has been released
3835
August 09, 2012 02:18AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.