Skip to content

0.10.1 - Various fixes

Compare
Choose a tag to compare
@senseibaka senseibaka released this 14 May 00:58
· 270 commits to master since this release

Bug fixes:

  • #33 - Fix for case where variable-length output parameters have no value after execution.
    • Like with the reference driver, we will select a default parameter Size so that a value is returned.
  • #34 - Fix issue where the driver would get confused about a decimal parameter's DataType if DbType.Decimal is not supplied.
  • #35 - Fix our driver to transmit null/empty strings like the reference driver
    • TDS 5.0 cannot distinguish between null and empty, so null is considered a 0-length string, and empty is to be sent as a single space.
  • #36 - Fix our driver to behave more like the reference driver in the AseDataReader's Get* methods