Skip to content

0.63.0

Compare
Choose a tag to compare
@bgrainger bgrainger released this 26 Mar 23:24
· 1272 commits to master since this release
0.63.0
  • Experimental Add new transaction savepoint API (from .NET 5): #775.
  • Allow TINYINT(1) (BOOL) columns to be read using MySqlDataReader.GetInt32, GetInt16, GetByte, etc. when TreatTinyAsBoolean=true: #782.
    • These methods will always return 1 for any non-zero value in the underlying column.
  • Allow FLOAT and DOUBLE columns to be read using MySqlDataReader.GetDecimal: #785.
  • Fix connection timeout when server doesn't respond: #739.
  • Thanks to @danielgindi for contributions to this release.