#At file:///C:/work/connector-net/6.1/ based on revid:vvaintroub@stripped
830 Reggie Burnett 2010-07-27 [merge]
merged
modified:
CHANGES
MySql.VisualStudio/DDEX/MySqlConnectionProperties.cs
=== modified file 'CHANGES'
=== modified file 'CHANGES'
--- a/CHANGES 2010-07-19 19:39:40 +0000
+++ b/CHANGES 2010-07-27 19:33:31 +0000
@@ -22,6 +22,8 @@
the databasename in our typed datasets. This allows users to move the dataset to a new
database/server with no trouble (bug #33870)
- fixed recognition of char(36) columns to be guids when used in views with entity models (bug #52085)
+- added code to default 'respect binary flags' in the visual studio wizard so that older
+ versions of MySQL will work when creating/editing stored procedures (bug #55170)
Version 6.1.4
- SessionProvider : Avoid SQLNullValueException if lockId returned by select is
=== modified file 'MySql.VisualStudio/DDEX/MySqlConnectionProperties.cs'
--- a/MySql.VisualStudio/DDEX/MySqlConnectionProperties.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/DDEX/MySqlConnectionProperties.cs 2010-07-27 19:31:53 +0000
@@ -36,6 +36,7 @@
/// </summary>
public MySqlConnectionProperties() : base(InvariantName)
{
+ ConnectionStringBuilder["Respect Binary Flags"] = false;
}
/// <summary>
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20100727193331-puhujvk3oueaoz9i.bundle
| Thread |
|---|
| • bzr commit into connector-net-6.1 branch (reggie.burnett:830) | Reggie Burnett | 27 Jul |