2.1.3
- 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.