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
..
2021-10-01 14:45:25 -07:00
2023-07-31 13:27:04 -07:00
2023-02-21 14:56:54 -08:00
2023-02-21 13:25:25 -08:00
2024-02-18 15:38:23 -08:00
2023-11-22 17:06:47 -08:00