prisma / tiberius

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

Named RPC call implementaion with out and table-valued params support #328

Open andrvo opened 6 months ago

andrvo commented 6 months ago

SUBJ. No changes to existing code behavior, no changes to existing public API, just some extras to call stored procedures or UDFs directly.

There are also few minor fixes for test build issues caused by recent time/chrono deprecated methods use.

Some test issues still persist:

Both are not related to the changes included in this PR, might be something caused by other dependencies updates.