2008.08.19

MySQL

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

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

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

バージョン5.1.5はhttp://dev.mysql.com/downloads/connector/odbc/3.51.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 athttp://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 release:

   Functionality added or changed:
   * Added FLAG_NO_BINARY_RESULT connection option to always handle
     binary function results as character data. (Bug #29402)

   Bugs fixed:
   * Some catalog functions used fixed-sized buffers for handling
     arguments that could be overrun, and misinterpreted some arguments
     as patterns when they should be treated as identifiers. (Bug
     #36275)
   * SQLDriverConnect() returned SQL_ERROR when the user cancelled
     the dialog box instead of SQL_NO_DATA. (Bug #36293)
   * System DSN lookup (using ODBC_BOTH_DSN) fails on Windows XP.
     (Bug #36203)
   * SQLProcedures() followed by SQLFreeStmt() crashes (Bug #36069)
   * ADO adUseServer cursor is lost after updating adLongVarWChar field
     (Bug #26950)
   * SQL_TYPE_TIMESTAMP and SQL_TYPE_TIME parameters were incorrectly
     included when parameters were expanded. (Bug #37342)
   * DSN-less connection prompting cannot lookup driver entry
     (Bug #37254)