Skip to content

1.3.10

Compare
Choose a tag to compare
@bgrainger bgrainger released this 16 Jun 14:56
· 866 commits to master since this release
1.3.10
36f9618
  • Handle NoBackslashEscapes for binary parameter values: #999.
  • Fix NotSupportedException when cancelling a MySqlCommand in a TransactionScope: #1001.
  • Ignore InvalidOperationException thrown from MySqlConnection.Cancel: #1002.
  • Set the default value of DeferConnectionReset to true; this disables background connection reset and restores the pre-1.3 behavior.
  • Thanks to @kpreisser for contributions to this release.