#At file:///C:/Users/Reggie/work/connector-net/6.0/ based on revid:reggie.burnett@stripped
846 Reggie Burnett 2010-11-17
- adding mapping for UTF8MB4 charset introduced with 5.5.3 (bug #58244)
modified:
CHANGES
MySql.Data/Provider/Source/CharSetMap.cs
=== modified file 'CHANGES'
=== modified file 'CHANGES'
--- a/CHANGES 2010-11-09 20:30:39 +0000
+++ b/CHANGES 2010-11-17 20:57:23 +0000
@@ -5,6 +5,7 @@
- fixed MySqlCommand.Clone so that the default command timeoout functionality is not disabled when
you clone a command (bug #56806)
- fixed loading of mono.posix assembly to use the right assembly (bug #56410)
+- adding mapping for UTF8MB4 charset introduced with 5.5.3 (bug #58244)
Version 6.0.7
- Fix authorization popup after modifying stored procedure in VS (Bug #44715)
=== modified file 'MySql.Data/Provider/Source/CharSetMap.cs'
--- a/MySql.Data/Provider/Source/CharSetMap.cs 2010-04-19 19:18:03 +0000
+++ b/MySql.Data/Provider/Source/CharSetMap.cs 2010-11-17 20:57:23 +0000
@@ -139,6 +139,7 @@
mapping.Add("latvian1", new CharacterSet("iso-8859-13", 1));
mapping.Add("estonia", new CharacterSet("iso-8859-13", 1));
mapping.Add("dos", new CharacterSet("ibm437", 1));
+ mapping.Add("utf8mb4", new CharacterSet("utf-8", 4));
}
internal static void InitCollections(MySqlConnection connection)
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20101117205723-i04vnbein20o17iy.bundle
| Thread |
|---|
| • bzr commit into connector-net-6.0 branch (reggie.burnett:846) Bug#58244 | Reggie Burnett | 17 Nov |