test(sqlite): add regression test for ORDER BY + LIMIT nullability (#4223)
Covers the scenario from #4147 where ORDER BY + LIMIT routes data through an ephemeral sorter table. Verifies NOT NULL columns keep their constraint, and nullable columns stay nullable. This already passes on main (the 0.9 explain rewrite fixed it), but there was no test guarding against regression.
B
Barry committed
d82b781950564ab2e8536c8152b135abcee9ea84
Parent: b77ba16
Committed by GitHub <noreply@github.com>
on 5/1/2026, 2:24:57 AM