sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

Support `Decimal` for `Sqlite` backend

Open thomaseizinger opened this issue 4 years ago • 1 comments

As far as I can see, sqlx cannot currently handle the Decimal type together with the sqlite backend.

Would it be acceptable to support this via a string representation of Decimal? I am willing to send a PR if that helps :)

thomaseizinger avatar Oct 12 '21 04:10 thomaseizinger

Also interested in this, a string representation would also fit the decimal representation of the official decimal extensions.

jannschu avatar Sep 10 '22 21:09 jannschu