Skip to content

0.14.0 - Password encryption

Choose a tag to compare

@c-j-hughes c-j-hughes released this 12 Jun 07:18
· 121 commits to master since this release
df44c22

Improvements:

  • #27 - This release adds support for password encryption between the client and the server during logon. Set EncryptPassword=1 in your connection string.

Bug fixes:

  • #110 - where connections would fail if the connection string defines a charset, but the server is configured with sp_configure 'disable character set conversions', 1.

  • #104 - where the length of some tokens being returned by the server was miscalculated - this could probably manifest in many ways, but was reported as System.InvalidOperationException : "Operation is not valid due to the current state of the object.".

Thanks @driseley for your quality contributions to this release.