sqlx/sqlx-sqlite
Austin Bonander 25efb2f7f4
breaking(sqlite): always use i64 as intermediate when decoding (#3184)
Breaking changes:

* integer decoding will now loudly error on overflow instead of silently truncating.
* some usages of the query!() macros might change an i32 to an i64.

Also adds support for *decoding* `u64`s because there's no reason not to.

Closes #3179
2024-04-13 16:59:13 -07:00
..
src breaking(sqlite): always use i64 as intermediate when decoding (#3184) 2024-04-13 16:59:13 -07:00
Cargo.toml Drop urlencoding dependency (#3162) 2024-03-30 16:17:04 -07:00