Skip to content

0.17.0 - Various Fixes

Compare
Choose a tag to compare
@senseibaka senseibaka released this 27 Feb 23:43
· 29 commits to master since this release

Improvements:

  • #157 - Enable SourceLink
  • #161 - Implement support for TDS_ROWFMT token (improves v15 support)
  • #172 - Added TDS_BLOB support to DbType.AnsiString

Bug Fixes:

  • #153 - Fix AseDataReader.RecordsAffected to report correct values
  • #155 - Fix issue where certs with no chain errors are considered invalid
  • #158 & #163 - Fix some connection management issues in the connection pool
  • #168 - Fix issue causing connection to report incorrect state
  • #170 - Fix issue in sending blob data to the server (message not properly terminated)

Other: