2008.02.27

MySQL

MySQL Connector/Net 5.2.1 アルファ版がリリースされました。

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

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

リリースされました。このリリースはアルファ版であり、おそらく解決が難しいと思われるものがいくつか存在

する複数のバグを含んでいます。このリリースを本番環境で使用しないよう強くお奨めします。

このリリースでは、テストとフィードバックの目的のみを考えています。

************* 重要 ********************
本リリースは、5.2.0アルファ版の更新版です。前回リリースの変更およびバグ修正事項の完全な一覧に

ついては、5.2.0変更ログを参照してください。
********************************************

バージョン5.2.1は、MySQL-4.1、MySQL-5.0、MySQL-5.1ベータ版、MySQL-6.0

ファルコンプレビュー用を含んだ全てのMySQLバージョンにおいて動作します。

[http://dev.mysql.com/downloads/connector/net/5.2.html]とミラーサイトから、

ソースとバイナリ形式で現在利用可能です。すべてのミラーサイトが現在、最新であるとは限らないことに

注意してください。あるミラーサイトでこのバージョンを見つけることができない場合は、再度確認を行うか、

あるいは別のダウンロード・サイトを選択してください。

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

 

== Bugs fixed ==
- Tons of fixes in providers.  The actually work now.  :)
- Fixed new parameter handling code so that procedures and functions now
work
(bug #34699)
- Fixed problem with Visual Studio 2008 integration that caused popup
menus on
server explorer nodes to not function
- Fixed web providers so that they don't attempt to check their schema
or cache
their application id if the connection string has not been set. (bug
#34451)
- Fixed installer that did not install the DDEX provider binary if
the Visual Studio 2005 component was not selected. (bug #34674)
- Fixed password validation logic for creating users and changing passwords.
It actually works now.  (bug #34792)