2008.05.12

MySQL

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

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

 

MySQL用の全てが管理された.NETドライバの新バージョンであるMySQL Connector/Net 5.1.6がリリースされました。MySQL Connector/Net 5.1.6は、主にバグ修正を含む比較的重要でないリリースです。

 

バージョン5.1.6は、MySQL-4.1、MySQL-5.0、MySQL-5.1ベータ版、MySQL-6.0ファルコンプレビュー用を含んだいくつかのMySQLバージョンでの使用にふさわしいリリースです。

 

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

 

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

 

== Bugs fixed ==
- Fixed problem where parameters lists were not showing when you tried
to alter a routine
in server explorer. (bug #34359)
- Fixed a problem in procedure cache where it was possible to get into
a race condition
and cause a memory leak (bug #34338)
- Fixed problem where attempting to use an isolation level other than
the default with
a transaction scope would use the default instead (bug #34448)
- Fixed problem that causes the TableAdapter wizard to only generate
insert statements.
The problem was that our code to retrieve index columns was broken.
(bug #31338)
- Fixed problem with connections staying open after being used with
SqlDataSource.
The problem was that we were not returning an enumerator for our
reader with the
closeReader option set to true when we were supposed to. (Bug #34460)
- Fixed problem where the bit data type would continue to return null
values
once it saw a null value in a previous row (bug #36313)
- Fixed problem with MembershipUser.GetPassword where attempting to
retrieve a
password on a user where password Q&A is not required would throw an
exception (bug #36159)
- Fixed a problem with MembershipUser.GetNumberOfUsersOnline.
It actually works now 🙂 (bug #36157)
- Fixed documentation that still stated that setting port to -1 was
necessary for
a named pipe connection (bug #35356)
- Fixed data type processing so that geometry fields are returned as
binary. (bug #36081)
- Fixed problem that kept our provider from showing up in the provider
list when configuring
a new connection from a SqlDataSource
- Fixed problem where setting the ConnectionString property of
MySqlConnection to null
would throw an exception (bug #35619)