MySQLデータベースシステムのための、ODBCドライバーの新しいバージョンである
MySQL Connector/ODBC 3.51.22がリリースされました。
このリリースは3.51シリーズの最新版であり、MySQL4.1、5.0、5.1を含む
全てのMySQLのバージョンでも使用できます。
このリリースは、次のダウンロードサイトやミラーサイトにある、いくつかのプラットフォームで、
ソースとバイナリが現在利用可能です。
http://dev.mysql.com/downloads/connector/odbc/3.51.html
すべてのミラーサイトが最新であると限らないことに注意してください。
もしいくつかのミラーサイトで最新版が見つからない場合は、時間をおいた後に再度確認をおこなうか、
他のダウンロードサイトを選択してください。
あなたからのフィードバック、バグレポート、バグフィックス、パッチ等をお待ちしています。
http://forge.mysql.com/wiki/Contributing
プラットフォーム毎の注意
*Microsoft Windows x64 Edition用のインストールパッケージはありません。
*Appleが現在64-bit PowerPCのiODBCを提供していないため、
Mac OS X on 64-bit PowerPC用のバイナリパッケージはありません。
*Qtをビルドするのに問題があるため、
HP-UX11.23 IA64用のバイナリパッケージはGUI bitsを含みません。
Changes since the last release: Functionality added or changed: * Removed workaround forbug #10491in the server, which has now been fixed in MySQL Server 5.0.48 and 5.1.21. * Added FLAG_COLUMN_SIZE_S32 to limit the reported column size to a signed 32-bit integer. This option is automatically enabled for ADO applications, in order to work around a bug in ADO. (Bug #13776) Bugs fixed: * SQLGetInfo() reported that UNION was not supported. (Bug #32253) * The non-portable "English" locale was used for handling of decimal and floating-point values instead of "C". (Bug #32294) * Unsigned integer values greater than the maximum value of a signed integer were handled incorrectly. (Bug #32171) * The wrong result was returned by SQLGetData() when the data was an empty string and a zero-sized buffer was specified. (Bug #30958)