Skip to content

0.29.0

Compare
Choose a tag to compare
@bgrainger bgrainger released this 22 Oct 07:05
· 2098 commits to master since this release
  • Breaking Implement MySqlConnectionStringBuilder.DefaultCommandTimeout and MySqlCommand.CommandTimeout with a default of 30 seconds: #67
    • This may cause long-running queries to throw an exception instead of succeeding; as a workaround, increase CommandTimeout.
  • Expose MySqlDbType and MySqlCommand.MySqlDbType: #362
    • MySqlConnector adds MySqlDbType.Bool to represent a TINYINT(1) column.
    • Return correct values for ProviderType in GetColumnSchema/GetSchemaTable.
  • Implement MySqlConnection.GetSchema: #361
  • Update documentation for .NET Core 2.0: #372
  • Fix information disclosure vulnerability related to LOAD DATA LOCAL INFILE: #334
  • Improve async performance.
  • Throw exception for unexpected API use: #308
  • Thanks to @Drake103, @Thorium, and @dustinsoftware for contributions to this release.