オリジナル版:http://lists.mysql.com/dotnet/1367
MySQL用の全てが管理された.NETドライバの新バージョンであるMySQL Connector/Net 6.4.0がリリースされました。これはアルファ版であり、テストと新機能の紹介が目的です。本リリースは本番環境で使用しないでください。
バージョン6.4.0は、MySQL 5.0~5.5のバージョンでの使用に適しています。
http://dev.mysql.com/downloads/connector/net/6.4.htmlおよびミラーサイトから、ソースコード及びバイナリで現在利用可能です。
(すべてのミラーサイトが現在、最新であるとは限らないことに注意してください。
あるミラーサイトで本バージョンを見つけることができない場合は、再度確認を行うか、あるいは別のダウンロード・サイトを選択してください。)
本リリースの新しい機能もしくは変更は次の通りです:
- Visual Studio 2010 RC support - Nested transaction scope support
既知の問題は次の通りです:
** New features in this release (please see release notes for more
information) **
* Windows Authentication*
This release includes our new support for Windows authentication when
connecting to MySQL Server 5.5.
* Table Caching *
We are also introducing a new feature called table caching. This
feature makes it possible to cache the rows of slow changing tables on
the client side.