Skip to content

0.32.0

Compare
Choose a tag to compare
@bgrainger bgrainger released this 24 Nov 20:27
· 2029 commits to master since this release
  • Implement more MySqlParameter constructor overloads: #402
    • This improves compatibility with Connector/NET
  • Implement MySqlParameter.Precision and MySqlParameter.Scale
    • The properties are provided only for source compatibility
    • Not available on .NET 4.5
  • Implement MySqlDataReader.GetChars
  • Implement MySqlDataReader.Depth
  • Fix NullReferenceException in MySqlDataReader when reader is disposed
  • Breaking Throw InvalidCastException (instead of MySqlException) from MySqlDataReader.GetGuid if column is NULL
  • Breaking Throw InvalidOperationException (instead of MySqlException) from MySqlConnection.ConnectionString setter if connection is open
  • Breaking Throw ArgumentException (instead of InvalidOperationException) from MySqlConnectionStringBuilder for invalid option names