Skip to content

0.51.0

Compare
Choose a tag to compare
@bgrainger bgrainger released this 27 Mar 03:33
· 1654 commits to master since this release

Download on NuGet

  • Set MySqlException.Number to MySqlErrorCode.UnableToConnectToHost in more situations when connecting times out: #622.
  • Improve handling of MySqlConnection.Close() within TransactionScope: #620.
  • Allow MySqlParameter.Value to be a ReadOnlyMemory<byte>: #624.
  • Thanks to @mguinness for contributions to this release.