prisma / tiberius

TDS 7.2+ (Microsoft SQL Server) driver for Rust
Apache License 2.0
321 stars 118 forks source link

Fix null values in NBC rows #253

Closed pimeys closed 1 year ago

pimeys commented 1 year ago

If SQL Server decides to optimize row null values, we should return the correctly typed None value for differently sized integers and floating points.

Closes: https://github.com/prisma/tiberius/issues/249