0.10.1 - Various fixes
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.
- Like with the reference driver, we will select a default parameter
- #34 - Fix issue where the driver would get confused about a decimal parameter's
DataType
ifDbType.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, andempty
is to be sent as a single space.
- TDS 5.0 cannot distinguish between null and empty, so
- #36 - Fix our driver to behave more like the reference driver in the
AseDataReader
'sGet*
methods