MySQL社区

 找回密码
 注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

搜索
查看: 6139|回复: 0
打印 上一主题 下一主题

[产品] 新版本MySQL Connector/Net 5.2.4 驱动发布了

[复制链接]
跳转到指定楼层
1#
发表于 2008-11-13 09:41:36 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
可用于商业、主要业务开发的正式版本。


MySQL Connector/Net 5.2.4, a new version of the all-managed .NET driver for MySQL has been released.




This release is of GA quality and is suitable for
use in production environments.
We strongly urge you to review the change log that is shipped with the product for a thorough review of the changes.


We have a ton of fixes in this release so please review the changelog and see if your favorite bug has been fixed.
Version 5.2.4 works with all versions of MySQL including MySQL-4.1,
MySQL-5.0, MySQL-5.1, and the MySQL-6.0 beta.


It is now available in source and binary form from [http://dev.mysql.com/downloads/connector/net/5.2.html] and mirror sites (note that not all mirror sites may be up to date at this point of time
- if you can't find this version on some mirror, please try again later or choose another download site.)

** Changes since 5.2.3 **
- fixed web providers autogenerateschema option where it would fail if no schema is

present at all (bug #39072)

- backported fix for lingering problem related to bug #37239.
If two columns had the same name but


different case then an exception would be thrown.

- fixed stored procedure parameter parsing when used inside server explorer.
(bug #39252)

- fixed time data type so that negative values are handled properly (bug
#39275)
- added runtime check for the mono platform to our Membership provider.

The mono runtime

as of 1.9.1 did not support the methods needed for hashed passwords (bug #38895)

- fixed problem where negative time values with a zero hour would return as positive

values (bug #39294)

- fixed problem where using a stored procedure with parameters with a table adapter

was no longer working after our parameter schema changes (bug #39252)

- fixed problem with profile provider where INSERT .. ON DUPLICATE UPDATE syntax would not

work correctly with some older server versions (bug #39330)

- Defaulting max allowed packet to 1024 to account for the possible case where the

value doesn't come in as a server variable

- fixed bug #39728 by making
MySqlConnectionStringBuilder.GetConnectionString an internal method.

It should not have been publicly available anyway.
It is used internally by the


MySqlConnection.ConnectionString property

- implemented Disposable pattern on MySqlTransaction class so including one in a using statement

and then not calling commit will cause a rollback when the using exits (bug #39817)

- fixed MySqlScript object so that it handles scripts with user variables
- fixed bug where specifying 'functions return string=yes' would cause strings to be returned

using the 'binary' charset which would not properly render some characters.
Now the


connection character set is used. (bug #40076)

- fixed problem that caused in use connection strings to be modified when a pooled connection

timed out and was cancelled.
(bug #40091)

- fixed problem where using respect binary flags would not use the connection char set

and therefore return strings with a bad encoding.

- fixed bug where provider was attempting to use the new parameters I_S view on servers

that didn't have it (bug #40382)

- fixed problem where CharSetMap.GetDefaultCollation and CharSetMap.GetMaxLengths

might have a thread sync issue on high load systems.
They were not locking


the static collections there were initializing. (bug #40231)

- added GetSByte to the reader for returning tinyint columns (bug #40571)
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友 微信微信
收藏收藏 分享淘帖 顶 踩
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|申请友链|小黑屋|Archiver|手机版|MySQL社区 ( 京ICP备07012489号   
联系人:周生; 联系电话:13911732319

GMT+8, 2024-4-19 23:18 , Processed in 0.064667 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表