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
Sizeso 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
DataTypeifDbType.Decimalis 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
nullis considered a 0-length string, andemptyis 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