Skip to content

1.4.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@bgrainger bgrainger released this 13 Aug 05:09
· 760 commits to master since this release
1.4.0-beta.2
20ddc50
  • Support .NET 6.0 Preview 7
    • Breaking Update the MySqlBatch (experimental API) to match the latest .NET 6.0 API changes.
  • Throw an informative exception if DELIMITER is used in a SQL statement: #1010.
  • Fix bug that failed to deserialize a binary row (from a prepared statement) correctly: #1018.