prisma / tiberius

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

Impl IntoSql for time types and Decimal #272

Closed tyt2y3 closed 8 months ago

tyt2y3 commented 1 year ago

This PR adds some IntoSql implementations for time types and Decimal, so they can be used in bind().

While doing so, I figured that we can use another macro to remove a bit of code duplication.