Incorrect result of pgno
(1) By ChiZhang on 2026-05-15 12:48:47 [source]
Hi,
The following query returns an incorrect result 1.
CREATE TABLE t(x);
SELECT pgno FROM sqlite_dbpage WHERE pgno=4294967297; -- 1
I can reproduce this with the trunk version 83d3a0d39b.