2012.09.22

MySQL

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

オリジナル版:http://lists.mysql.com/announce/803

MySQLデータベース管理システム用ODBCドライバの新バージョンである、MySQL Connector/ODBC 5.2.2がリリースされました。これはConnector/ODBC 5.2シリーズの最初のGAリリースです

現在では同じモダンなコードベースのUnicodeドライバとANSIドライバの両方を含めてダウンロード可能です。アプリケーションのタイプに応じてUnicodeとANSIの必要なドライバタイプを選択してください。サーバサイドのプリペアー度ステート面tのはデフォルトで利用可能です。ドライバは、MySQLサーバ 4.1以降のすべてのバージョンの使用に適応しています。(4.0あるいはそれ以前のリリースでは動作しないかもしれません)。

このリリースはミラーサイトのダウンロード・ページから、ソースとバイナリで現在利用可能です。

http://dev.mysql.com/downloads/connector/odbc/5.2.html

インストールに関する情報については、ドキュメントを参照してください

http://dev.mysql.com/doc/refman/5.5/en/connector-odbc-installation.html

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

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

Functionality Added or Changed

* The implementation of the SQLBindParameter() function was
enhanced to support "out" and "inout" parameters when calling
stored procedures. Designate the bind parameters intended to
hold output values from stored procedures using the type
specifiers SQL_PARAM_OUTPUT or SQL_PARAM_INPUT_OUTPUT.
Note
Currently, the support for "out" and "inout" parameters does
not apply to LONGTEXT and LONGBLOB columns in ADO.

* Server-side prepared statements are now enabled by default. To
revert to the former behavior, using client-side emulation for
prepared statemnts, specify the NO_SSPS option when
configuring the DSN.

* The download page now offers choices of a Unicode driver or an
ANSI driver. Now users can get an ANSI driver with the
combination of high performance and the latest
standard-compliant behavior, rather than staying on the older
3.51 codebase.

Bugs fixed:

* Server disconnects on the execution of a query following execution
of a SP returning resultset(s) and OUT parameters. (Bug# 14512187)

* Crash while executing after binding BLOB datatype as INOUT
parameter (Bug# 14501952)

* SP having 2 BLOB OUT parameters crashes at execution (Bug# 14563386)

* ASSERT for INOUT parameter of BIT(N>3) type (Bug#14560916)

* Using ADO, driver returns wrong type and value for bit(>1)
parameter (Bug# 14555713)

* Blobs used in as INOUT parameters have inconsistent behaviour in
ADO (Bug# 14580316)

* my_isspace calls cause ODBC driver crashes (Bug# 14363601)

* SQLNativeSql did not null-terminate output string after copying
(Bug# 14559721)

* Incorrect length value passed to SQLSetConnectAttr could cause
driver crash. (Bug# 14620420)

Built against the MySQL server 5.5.27 client library.