SapientGuardian / mysql-connector-net-netstandard

ADO.NET driver for MySQL targeted against netstandard 1.3
GNU General Public License v2.0
46 stars 15 forks source link

fixing encoding for utf-8 not english #32

Closed kleberksms closed 7 years ago

kleberksms commented 7 years ago

Likely correction for:

https://github.com/SapientGuardian/SapientGuardian.EntityFrameworkCore.MySql/issues/48

SapientGuardian commented 7 years ago

Thanks for the PR. Can you test it by using https://ci.appveyor.com/api/buildjobs/s0s7v27asjsems5r/artifacts/artifacts%2FSapientGuardian.MySql.Data%2FSapientGuardian.MySql.Data.6.9.814.nupkg to see if it fixes the problem before I merge it in?

kleberksms commented 7 years ago

I will do unit tests and integration as soon as I pass and do not break the code, I will post again with the results

kleberksms commented 7 years ago

@SapientGuardian , how to do include in project.json this reference "https://ci.appveyor.com/api/buildjobs/s0s7v27asjsems5r/artifacts/artifacts%2FSapientGuardian.MySql.Data%2FSapientGuardian.MySql.Data.6.9.814.nupkg"?

SapientGuardian commented 7 years ago

Run nuget.exe add SapientGuardian.MySql.Data.6.9.814.nupkg -Source C:\PathToLocalNuget to put the package in your local cache, then you can reference it like any other.

kleberksms commented 7 years ago

Before before After after

SapientGuardian commented 7 years ago

Great, nice work!