2007.06.13

MySQL

MySQL Connector/Net 5.1.2ベータ版がリリースされました。

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

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


************* 重要 ********************

Connector/Net 5.1は、製品をパッケージする方法の変更を示しています。今まで、個別のダウンロードとしてcore providerおよびVisual Studioの統合ビットを発送してきました。これが少し問題になってきています。VSパッケージとcore providerの両方における変更コードを含んだバグを私達はしばしば修正しようとします。このことにより、バグ修正の効果を確認のために、両製品ともにユーザがアップグレードしなければならないというバージョン問題が発生しました。この解決のため、個別の製品としてのVisual Studio用ツールを廃止し、新たなConnector/Netインストーラ内にツールを統合することに決定しました。このことにより、ユーザがより独創的な技術を味わって頂くよう願っています。

この製品をインストールする前に、Visual Studio用ツールの以前のバージョン全てをアンインストールする必要があります。

********************************************


バージョン5.1.2は、MySQL-4.1、MySQL-5.0、MySQL-5.1ベータ版、MySQL-6.0ファルコンプレビュー用を含んだいくつかのMySQLバージョンでの使用にふさわしいリリースです。
このバージョンはベータ特性のソフトウェアですので、製品環境で使用すべきではないことをご承知ください。


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


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


=== Issues fixed ===

- Fixed integration with the Website Administration Tool.  Before this fix,
the test link was visible but did not work and  user management did not
work.
- Reintroduced code to properly return field values as byte[] when the
binary flag is present. (See release notes)
- Fixed problem preventing the DataSet Designer or TableAdapter wizard from
being able to generate insert, update, and delete statements. (Bug #26347)
- Fixed problem preventing use of stored procedures for insert, update, and
delete statements in a table adapter.
- Fixed problem where text columns would not appear in the Visual Studio
query builder (Bug #28437)

==== Bugs fixed in 5.0.8 that are now appearing in 5.1.2 =====

- Log messages are no longer truncated to 300 characters (Bug #28706)
- Fixed a problem with compression over a network.  We were letting the
inflate stream read directly from the network stream.  Under certain
situations, two bytes were being left unread and this messed up our byte
counts.  Now we are using a WeakReference to an internal buffer that we read
the compressed data into before inflating. (Bug #28204)
- Fixed problem where we were not closing prepared statement handles when
commands are disposed.

=== Where to get information. ===

.NET forum: [forums.mysql.com]
.NET mailing list: [lists.mysql.com]
Reggie's blog: [www.bytefx.com]
Planet MySQL: [www.planetmysql.org]