We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c175c1 commit 9565161Copy full SHA for 9565161
Source/MySql.Data/Field.cs
@@ -85,6 +85,7 @@ public MySqlField(Driver driver)
85
connVersion = driver.Version;
86
maxLength = 1;
87
binaryOk = true;
88
+ Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
89
}
90
91
#region Properties
Source/MySql.Data/project.json
@@ -53,7 +53,8 @@
53
"System.Reflection.TypeExtensions": "4.1.0",
54
"System.Security.Cryptography.X509Certificates": "4.1.0",
55
"System.Net.Security": "4.0.0",
56
- "System.Runtime.InteropServices.RuntimeInformation": "4.0.0"
+ "System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
57
+ "System.Text.Encoding.CodePages": "4.3.0"
58
},
59
"frameworks": {
60
"netstandard1.3": {
0 commit comments