MySQL Workbench 发行说明 / MySQL Workbench 6.2 中的变化 /
MySQL Connector/NET 6.2.0 的变化(2009-10-21,Alpha)
6.2 的第一个 alpha 版本。
-
当使用
BINARY(16)
列表示 GUID 并在连接字符串中指定“ old guids = true ”时,值会正确返回,直到在该字段中遇到空值。遇到空值后,将抛出格式异常并显示以下消息:Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
(漏洞 #47928)
-
会话提供者随机创建无效的“会话过期”。
这是因为会话提供程序错误地从根读取
web.config
,而不是从特定应用程序读取web.config
。(漏洞 #47815) -
将Connector/NET源码包含的文件加载
MySQLClient-mono.sln
到Mono Develop时,出现如下错误:/home/tbedford/connector-net-src/6.1/MySQLClient-mono.sln(22): Unsupported or unrecognized project: '/home/tbedford/connector-net-src/6.1/Installer/Installer.wixproj'
如果修改文件以消除此问题,则尝试构建解决方案会生成以下错误:
/home/tbedford/connector-net-src/6.1/MySql.Data/Provider/Source/Connection.cs(280,46): error CS0115: `MySql.Data.MySqlClient.MySqlConnection.DbProviderFactory' is marked as an override but no suitable property found to override
(漏洞 #47048)