2008.04.16

MySQL

MySQL Connector/ODBC 5.1.4が利用可能です。

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

 

MySQLデータベース管理システム用ODBCドライバの新バージョンである、MySQL Connector/ODBC 5.1.4がリリースされました。このリリースは、5.1シリーズの最初の通常利用可能なリリース(製品版)であり、MySQL 5.0, 5.1, 6.0を含むMySQL 4.1以降のいかなるMySQLバージョンの使用にも適応しています。(4.0あるいはそれ以前のリリースでは動作しません。)

 

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

 

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

 

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

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

 

以下は、プラットフォーム注意事項と前回リリース以降の変更事項です。

 

Platform notes:
* The installers for Microsoft Windows require that you uninstall any
previous version of Connector/ODBC 5.1 (not 3.51) before installing.
* The installer for 64-bit Windows installs both the 32-bit and 64-bit
drivers. Microsoft has made available a 64-bit OLE DB provider for
ODBC for Windows 2003 available at http://xrl.us/bjexg
* There is no binary package for Mac OS X on 64-bit PowerPC because Apple
does not currently provide a 64-bit PowerPC version of iODBC.
* The HP-UX 11.23 IA64 binary package does not include the GUI bits because
of problems building Qt on that platform.

 

Changes since the last 5.1 release:

 

Bugs fixed:
* SQLGetDiagRec() sometimes returned SQL_SUCCESS but no error
message. (Bug #33910)
* Driver installer (myodbc-installer.exe) fails to create a new DSN
(Bug #35776)
* Get wrong result with decimal(8,2) field type (Bug #35920)

 

Includes changes from Connector/ODBC 3.51.25.

 

Built using MySQL 5.0.56sp1.