2010.11.09

MySQL

MySQL Connector/ODBC 5.1.8が利用可能です

オリジナル版:http://lists.mysql.com/myodbc/11617

MySQLデータベース管理システム用ODBCドライバの新バージョンである、MySQL Connector/ODBC 5.1.8がリリースされました。このリリースは、5.1シリーズの最新リリースであり、MySQL 4.1以降のすべてのバージョンで使用可能です(4.0あるいはそれ以前のリリースでは動作しません。)

このリリースははhttp://dev.mysql.com/downloads/connector/odbc/5.1.htmlとミラーサイトのConnector/ODBCダウンロード・ページから、ソースとバイナリで現在利用可能です。

すべてのミラーサイトが現在、最新であるとは限らないことに注意してください。
あるミラーサイトでこのバージョンを見つけることができない場合は、再度確認を行うか、あるいは別のダウンロード・サイトを選択してください。

バグレポート、バグ修正、パッチ等の情報をお待ちしておりますので、以下のページをご利用ください。

http://forge.mysql.com/wiki/Contributing

Bugs fixed:

  * MySQL ODBC Connector on Windows 2008 64bit. (Bug #56233)

  * SQLNumResultCols() causes the driver to return only first row in the
    resultset. (Bug #56677)

  * Connector/ODBC 5.1 series requires uninstall prior to installing a new
    version. (Bug #54314)

  * SQLDescribeCol and SQLColAttribute cannot be called before SQLExecute.
    (Bug #56717)

  * Errors would not be reported in bulk upload. (Bug #56804)

  * MSI installer does not set InstallLocation value in registry. (Bug #56978)

  * SQLProcedureColumns doesn't work with certain data/parameters combinations.
    (Bug #57182)

  * SQLRowCount return wrong result row count for SQLTables and some other 
    catalog functions. (Bug #57182)

Built against the client library from MySQL Server 5.1.46sp1.