Skip to content

0.50.0

Compare
Choose a tag to compare
@bgrainger bgrainger released this 18 Mar 04:01
· 1660 commits to master since this release

Download on NuGet

  • Add MySqlClientFactory.Register() for integration with DbProviderFactories in netcoreapp2.1: #526.
  • Use more efficient "Reset Connection" for MariaDB 10.2.4 and later: #613.
  • Ignore MySqlConnection.EnlistTransaction called more than once for the same transaction: #619.
  • MySqlConnection.ConnectionString will always be coerced from null to the empty string.
  • Use ReadOnlySpan<byte> in more places when parsing server responses.
  • Fix multiple NullReferenceException errors that could occur in edge cases.