#At file:///C:/work/connector-net/6.0/ based on revid:vvaintroub@stripped
826 Reggie Burnett 2010-07-27
- 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)
modified:
CHANGES
MySql.VisualStudio/DDEX/MySqlConnectionProperties.cs
=== modified file 'CHANGES'
=== modified file 'CHANGES'
--- a/CHANGES 2010-07-19 19:35:55 +0000
+++ b/CHANGES 2010-07-27 19:31:53 +0000
@@ -18,6 +18,8 @@
- changed DbCommandBuilder and added a MySqlDataObjectIdentifierConverter so we don't output
the databasename in our typed datasets. This allows users to move the dataset to a new
database/server with no trouble (bug #33870)
+- 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.0.6
- When sending file to server (LOAD DATA INFILE) open the file for read only, not for read/write
=== 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-20100727193153-7rvqme4vsltzz3m4.bundle
| Thread |
|---|
| • bzr commit into connector-net-6.0 branch (reggie.burnett:826) Bug#55170 | Reggie Burnett | 27 Jul |