2009.11.16

MySQL

MySQL Connector/Net 6.1.3GA版がリリースされました。

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

MySQL用の全てが管理された.NETドライバの新バージョンであるMySQL Connector/Net 6.1.3がリリースされました。MySQL Connector/Net 6.1.3は最新のGA版であり、バージョン4.1から5.4に及ぶサーバとは反対のあらゆるシナリオでの使用に適しています。

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

本リリースは6.1.2で導入されたクールな新機能を元にして次のような変更/バグフィックスを追加しています:

- fixed session state provider table definition to allow more than 64K 
per-session data (bug#47339)
- fixed compilation problem in NativeDriver inside ExecuteDirect (bug
#47354)
- fixed default collation bug with session provider table (bug #47332)
- in sessionState provider, timeout value was read from the wrong (root)
web.config (bug#47815)
- fixed crash that can occur when oldGuids are used and binary(16)
column used for GUID
contains a null value (thanks Troy!) (bug#47928)
- fixed indexes schema collection so that it still works with bad table
names such as b``a`d (bug #48101)
- fixed guid type so that multi-byte character sets will not effect how
it works. A column would be
considered a guid if it has a *character* length of 36, not a *byte*
length of 36 (bug #47985)
- fixed unsigned types in views when used as entities (bug # 47872)
- now exposing the MySqlDecimal type along with GetMySqlDecimal methods
on data reader (bug #48100)
- applied user-suggested patch to enable type-safe cloning (bug #48460)