2012.08.09

MySQL

MySQL Connector/C++ 1.1.1がリリースされました

オリジナル版:http://lists.mysql.com/announce/797

>MySQL Conector/C++の新しいGAバージョンMySQL Connector/C++ 1.1.1 GAが利用可能となりました。MySQL Connector/C++はクライアントアプリケーションがMySQL サーバ5.1以上に接続するためのC++ APIを提供します。この製品リリースは下記よりダウンロード可能です

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

C++のMySQLドライバはJDBC 4.0に由来する使いやすいAPIを提供します。MySQL Workbenchはこれを利用して成功しています。

私たちは一つ前のGAリリースよりドライバを改善しました。修正されたバグの詳細についてはドキュメントと配布物に含まれているCHANGESファイルを参照してください。下記の機能とバグ修正が追加されました:
 * 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.

使用例を含む詳細については下記のドキュメントからみつけられます。]

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

あなたもC/C++のMySQLフォーラム http://forums.mysql.com/list.php?167に貢献するか、MySQL Connector/C++のメーリングリストhttp://lists.mysql.com/connector-cplusplusに参加してください。

フィードバックとバグレポートを歓迎します:
http://bugs.mysql.com/