0.51.0
Download on NuGet
- Set
MySqlException.Number
toMySqlErrorCode.UnableToConnectToHost
in more situations when connecting times out: #622. - Improve handling of
MySqlConnection.Close()
withinTransactionScope
: #620. - Allow
MySqlParameter.Value
to be aReadOnlyMemory<byte>
: #624. - Thanks to @mguinness for contributions to this release.