3747c40e90cf07251d74795e8e081674a00e940f
The wrapper surface previously widened every integer to i64. Wrappers now carry SQLite's own widths: i32 where the C API says int (result codes, counts, indexes, byte sizes), u32/u64 where it says unsigned (prepare flags, strlike escape, zeroblob64), i64 only for the genuinely 64-bit APIs (rowids, changes64, memory accounting, serialize sizes). sx converts implicitly in both directions, so call sites are unchanged.
Description
No description provided
Languages
HTML
35.2%
CSS
30.3%
JavaScript
29%
Makefile
3.4%
Shell
2.1%