2008.08.21

MySQL

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

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

MySQL用の全てが管理された.NETドライバの新バージョンであるMySQL Connector/Net 5.1.7がリリースされました。MySQL Connector/Net 5.1.7は、主にバグ修正を含む比較的重要でないリリースです。

バージョン5.1.7は、MySQL-4.1、MySQL-5.0、MySQL-5.1ベータ版、MySQL-6.0ベータ版を含んだいくつかのMySQLバージョンでの使用にふさわしいリリースです。

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

** 重要事項 **
もし、主なデータ・ロス・タイプのバグが見つからなければ、5.1製品の最近のリリースであると予想します。新しくリリースされた5.2製品の使用をお奨めします。

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

== Bugs fixed ==

 - Fixed problem with DDEX provider that could sometimes prevent table
altering when working with
   4.1 servers (bug #30603)

 - Fixed problem with pooling code where connections pooled from the
pool were added
   twice to the in use pool.  This would cause a semaphore full exception
   when an attempt is made to release them back to the pool (bug #36688)

 - Reversed order of Datetime and DateTime enums for MySqlDbType so that
VB users won't get
   autocorrection to Datetime (bug #37406)

 - Uncommented access denied error enumeration value (bug #37398)

 - Improved documentation concerning autoincrement columns and the
DataColumn class (bug #37350)

 - Fixed problem where executing a command that results in a fatal
exception would not
   close the connection.  (bug #37991)

 - Fixed problem where executing a command with a null connection object
would result in
   a null reference exception instead of an InvalidOp (bug #38276)