0.14.0 - Password encryption
Improvements:
- #27 - This release adds support for password encryption between the client and the server during logon. Set
EncryptPassword=1in 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.