2008.03.28

MySQL

MySQL Connector/ODBC 5.1.3-rc版が利用可能です。

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

 

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

 

これは安定版候補であり、他の多くの試作商品リリースと同様、商品レベルのシステムまたは、重要なデータを含むシステムに対してインストールする場合は注意してください。

バージョン5.1.3は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. Please note that Microsoft does not yet supply a 64-bit bridge
from ADO to ODBC.
* 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:

 

Functionality added or changed:
* Added SSLVERIFY connection option to verify server certificate. By default
certificate is not verified now. (Bug #34648)
* Database list height is autoadjusted in Windows GUI. (Bug #33918)

 

Bugs fixed:
* Recordset-based update fails if blob field is queried. (Bug #19065)
* Descriptor records were not cleared correctly when calling
SQLFreeStmt(SQL_UNBIND). (Bug #34271)
* The driver incorrectly reported that the SQL standard CAST() and
CONVERT() functions were supported. (Bug #33808)
* Unresolved symbols "min" and "max" in libmyodbc3.so w/gcc 4.2.
(Bug #34256)
* Notorious #DELETED problem when linking tables in Access and BIGINT PK
(Bug #24535)
* MyODBC 51/Access unable to use DBEngine.RegisterDatabase to create a DSN
(Bug #33825)
* Unable to use surrogate pairs into with unicode column. (Bug #34672)
* SQLGetData w/SQL_C_WCHAR gives incorrect data. (Bug #34429)

 

Includes changes from Connector/ODBC 3.51.24.

 

Built using MySQL 5.0.52.