mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-09 03:04:20 +01:00
The SQLite documentation explicitly says that P1, P2, and P3 are 32-bit signed integers. P4 is a value, and P5 is a 16-bit unsigned integer. Although we use different types for operands, the `EXPLAIN` output should be compatible with SQLite and, therefore, use those types.