tiberius icon indicating copy to clipboard operation
tiberius copied to clipboard

Add support for the jiff crate

Open mfwre opened this issue 1 year ago • 1 comments

Pretty much title.

Can we add support for the jiff crate as an alternative to chrono and/or time?

I can try to fork the repository and do try to do it myself, I have however no test database to run tests on.

How can I be helpful? Does implementing such support boil down to creating a src/tds/time/jiff.rs akin to the chrono.rs and time.rs implementations?

mfwre avatar Sep 20 '24 17:09 mfwre

@mfwre If you need a database to test with, testcontainers has sqlserver support. Here is an example for rsql: https://github.com/theseus-rs/rsql/blob/main/drivers/sqlserver/tests/sqlserver.rs

brianheineman avatar Mar 12 '25 02:03 brianheineman