Skip to content

0.33.2

Compare
Choose a tag to compare
@bgrainger bgrainger released this 20 Dec 20:41
· 2000 commits to master since this release
  • Breaking Throw InvalidCastException instead of MySqlException from MySqlDataReader.GetGuid.
    • This is a breaking API change from Connector/NET, but matches other ADO.NET connectors.
  • Fix default values of MySqlParameter.ParameterName and .SourceColumn; they now follow MSDN documentation.
  • Fix ObjectDisposedException when a connection is returned to the pool: #411.
  • Fix NotSupportedException when MySqlParameter.Value is set to a char: #412.