2007.05.18

MySQL

MySQL Connector/Net 5.0.7がリリースされました。

オリジナル版:http://lists.mysql.com/dotnet/1200

MySQL用の全てが管理された.NETドライバの新バージョンであるMySQL Connector/Net 5.0.7がリリースされました。

これは、Connector/Netの現在の製品版に対するバグ修正リリースです。

バージョン5.0.7は、MySQL-4.1、MySQL-5.0、MySQL-5.1ベータ版、MySQL-6.0ファルコンプレビュー用を含んだいくつかのMySQLバージョンでの使用にふさわしいリリースです。

http://dev.mysql.com/downloads/connector/net/5.0.htmlのConnector/Netダウンロードページとミラーサイトから、ソースとバイナリ形式で現在利用可能です。すべてのミラーサイトが現在、最新であるとは限らないことに注意してください。あるミラーサイトでこのバージョンを見つけることができない場合は、再度確認を行うか、あるいは別のダウンロード・サイトを選択してください。

以下は、このリリースの主な特徴です:

Bugs fixed

———-

Bug #27269MySqlConnection.Clone does not mimic SqlConnection.Clone
behaviour

Bug #27289Transaction is not rolledback when connection close

Bug #26147"User Id" problem during connection creation

Bug #27240Property value characterset not retrieved/fetched in conn
wizard

Bug #25947CreateFormat/CreateParameters Column of DataTypes collection
incorrect for CHAR

Bug #27765Logging does not work

Bug #27679MySqlCommandBuilder.DeriveParameters ignores UNSIGNED flag

Bug #27668FillSchema and Stored Proc with an out parameter

Bug #28167Poor performance building connection string (thanks Maxim!)

Bug #26041Connection Protocol Property Error in PropertyGrid Control

Bug #26754EnlistTransaction throws false MySqlExeption "Already enlisted"

Bug #23342Incorrect parsing of Datetime object for MySQL versions below
4.1

 

Other changes

————-

– Installer now works if XML comments are found in machine.config

– GetSchema will now attempt to unquote identifiers passed in as
restrictions

– The MySqlCommand object now properly clones the CommandType and
CommandTimeout properties