MySqlConnector

MySQL Connector for .NET

MIT License

Stars
1.4K
Committers
76

Bot releases are hidden (Show)

MySqlConnector -

Published by bgrainger over 7 years ago

  • Support .NET 4.5: #295
  • Send client connection attributes: #293
  • Dispose X509Certificate2 objects (.NET 4.6 and later): #275
MySqlConnector -

Published by bgrainger over 7 years ago

  • Add server certificate validation via MySqlConnectionStringBuilder.CACertificateFile: #280
  • Support sha256_password authentication: #281
  • Ignore IOException in TryPingAsync: #289
  • Fix "Aborted connection" server errors when MySqlConnection isn't disposed: #290
  • Run integration tests on MySQL Server 5.6, MySQL Server 5.7, MariaDB 10.3, Percona Server 5.7.
MySqlConnector -

Published by bgrainger over 7 years ago

  • Add MySqlHelper.EscapeString: #277
MySqlConnector -

Published by bgrainger over 7 years ago

  • Fix bugs where objects holding unmanaged resources weren't disposed: #275
MySqlConnector -

Published by bgrainger over 7 years ago

  • Fix bug retrieving a connection from the pool when using Amazon IAM Authentication: #269
MySqlConnector -

Published by bgrainger over 7 years ago

MySqlConnector -

Published by bgrainger over 7 years ago

  • Fix duration of transaction isolation level: #263
  • Fix crash sending a GUID containing 0x27 or 0x5C when OldGuids=true: #265
  • Thanks to Adam Poit for contributions to this release.
MySqlConnector -

Published by bgrainger over 7 years ago

  • Fix NotImplementedException in GetFieldType and GetDataTypeName: #261
MySqlConnector -

Published by bgrainger over 7 years ago

  • Fix authentication against Azure Database for MySQL: #259
  • Support enum parameter values: #255
  • Fix CancellationToken being ignored by ChangeDatabaseAsync: #253
  • Fix NullReferenceException being thrown from MySqlConnection.CloseDatabase.
  • Thanks to Nicholas Schell for contributions to this release.
MySqlConnector -

Published by bgrainger over 7 years ago

  • Fix connection pool exhaustion if connections aren't disposed: #251
  • Fix potential NullReferenceException in MySqlDataReader.Dispose.
MySqlConnector -

Published by bgrainger over 7 years ago

  • Fix incorrect return value from ExecuteNonQuery: #250
  • Improve performance when retrieving large BLOBs: #249
  • Thanks to Adam Poit for contributions to this release.
MySqlConnector -

Published by bgrainger over 7 years ago

  • Improve performance of common scenarios: #245
MySqlConnector -

Published by bgrainger over 7 years ago

  • Fix query interrupted exception after canceling a completed query: #248
  • Thanks to Adam Poit for contributions to this release.
MySqlConnector -

Published by bgrainger over 7 years ago

  • Fix excessive memory usage with BufferResultSets=true: #244
MySqlConnector -

Published by bgrainger over 7 years ago

  • Support new MySQL Server 8.0.1 collations: #242
  • Specify preferred collation when resetting connection: #243
MySqlConnector -

Published by bgrainger over 7 years ago

  • Support System.Transactions transaction processing: #13.
  • Add AutoEnlist connection string option: #241.
  • Throw better exception for unsupported ParameterDirection: #234.
  • Fix StackOverflowException reading a large blob: #239.
Badges
Extracted from project README
NuGet AppVeyor Azure Pipelines Devolutions Faithlife
Related Projects