2009.06.16

MySQL

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

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

MySQL用の全てが管理された.NETドライバの新バージョンであるMySQL Connector/Net 6.0.4がリリースされました。MySQL Connector/Net 6.0.4は6.0系コネクターの初めてのポスト安定版であり、最初の安定版からのいくつかのバグ修正を含んでいます。

MySQL Connector/Net 6.0.4はあらゆるシナリオでの使用が可能であり、MySQLサーバ4.1以上を公式にサポートしています。MySQL Connector/Net 6.0.4は、http://dev.mysql.com/downloads/connector/net/6.0.htmlおよびミラーサイトから、ソースコード及び多くのプラットフォームのためのバイナリで現在利用可能です。

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

[注意]
本パッケージのインストーラの問題に関する報告がいくつかあります。現在、懸命に問題発見に努めています。本問題を解決でき次第、6.0.5として修正版をリリースする予定です。


以下は、6.0.3以来の修正リストです:

Fixes from 6.0.3
----------------------
- fixed regression with using stored procedures with datasets (bug #44460)
- fixed compilation under Visual Studio 2005 (bug #44822)
- fixed support for bool data type in entity framework support
- fixed regression where a user could no longer call GetBytes on a GUID column (bug
#44507)
- made some fixes to the syntax coloring of sql inside Visual Studio
- fixed display name of triggers inside server explorer
- fixed trigger editing
- fixed tokenization of escaped backslashes (bug #44960)
- fixed conversion of binary(16) type to GUID for entity framework models (bug #44986)
- fixed global Add New menu options with the Visual Studio integration
- improved ad-hoc registration utility so that it handles VS 2005 and VS 2008 properly
- fixed sql that is generated for commands in data set (bug #44512)

New features and improvements
------------------------------------------------
- added Sun Connect registration
- unsigned values are now handled.  Please read the release notes!
- migrated from CTC to VSCT for our menus and buttons.  Also the VisualStudio project will
also
  now load and build under VS2005 or VS2008 loading the proper targets files as needed