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