2011.02.11

MySQL

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

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

MySQLデータベース管理システム用ODBCドライバの新バージョンである、MySQL Connector/ODBC 3.51.28がリリースされました。このリリースは、3.51シリーズの最新のリリースであり、MySQL 4.1以降のすべてのMySQLバージョンの使用にも適応しています。

このリリースはhttp://dev.mysql.com/downloads/connector/odbc/3.51.html とミラーサイトのODBCダウンロード・ページから、いくつかのプラットフォームにおけるソースとバイナリで現在利用可能です。

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

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

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

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

Functionality added or changed:
* Removed use of "old" SQLLEN/SQLULEN types aliases. They are not
   supported in unixODBC 2.2.13 and later 64-bit builds. Removed
   SQLROWCOUNT, SQLROWSETSIZE, SQLTRANSID, SQLROWOFFSET.
* Options in the GUI are groupped on named tabs.
* Added connection option INTERACTIVE that tells driver that client is
   ineractive and interactive_timeout has to be used. (Bug #48603)
* SQLTables uses now INFORMATION_SCHEMA. Added connection option to use
   old code. (Bug #43644)
* Added GUI options for MIN_DATE_TO_ZERO and ZERO_DATE_TO_MIN connection
   options. (Bug #30539)



Bugs fixed:
* SQLFetch() did not return SQL_ERROR if connection was dropped due to a
   timeout. (Bug #39878)
* FLAG_NO_BIGINT still returns bigint for SQLDescribeCol()
   (Bug #17679)
* SQLGetTypeInfo() doesn't return any rows SQL_TIMESTAMP on an ODBC v2
   connection. (Bug #30626)
* Inserting a new record using SQLSetPos if the table is from different than
   current catalog. (Bug #41946)
* If NO_BACKSLASH_ESCAPES mode is used on a server, escaping binary data
   can lead to server query parsing errors. (Bug #49029)
* Column octet length includes terminating null byte. (Bug #54206)
* Driver returns wrong results about column case sensitivity. (Bug #54212)
* Binding bit field to a numeric types doesn't work. (Bug #32821)
* 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)
* SQLDescribeCol returns incorrect values of SQLTables data. (Bug #37621)
* SQLForeignKeys included in results rows for foreign keys pointing to
   unique fields. (Bug #51422)
* SQLColumns returns wrong transfer octet length. (Bug #53235)
* SQLTablePrivileges requires SELECT privilege on mysql database. (Bug 
#50195)
* If there are foreign key constraints with same name for tables with same
   names in 2 schemas, SQLForeignKeys can return rows for both
   schemas in query about one of those tables. (Bug #49660)