Skip to content

2.1.3

Compare
Choose a tag to compare
@bgrainger bgrainger released this 25 Jan 03:06
· 645 commits to master since this release
2.1.3
cf045e8
  • Fix Use Compression = True when running under .NET 6.0: #1120.
  • Fix calculation of affected rows (the return value of ExecuteNonQuery) for compound statements: #1096.
  • Use a better FormatException message when a GUID can't be read: #1114.
  • Use cryptographic one-shot operations on .NET 5.0 and later.
  • Performance: Use SkipLocalsInit where possible.