]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add assert()s that verify that cursor numbers on subqueries are always well-ordered-cursors
authordrh <>
Mon, 8 Nov 2021 16:38:08 +0000 (16:38 +0000)
committerdrh <>
Mon, 8 Nov 2021 16:38:08 +0000 (16:38 +0000)
commit73e259b4a085bcad816d14d60a81a3e4dbeb4231
tree9944edd7debead3b9083f2a2dc9c8aa4f8c04982
parent6d64b4a0274831766230419bc05fc2ef5e7c1fb1
Add assert()s that verify that cursor numbers on subqueries are always
greater than outer cursor numbers.  Except, this is not always true in the
presence of query flattening.  We might need to relax that constraint.
This branch will probably become a dead-end.  For now it is saved for
reference.

FossilOrigin-Name: 6f4369666efb8eed84c3d60118baaf35d733ea906df983aeca2b0a475a6298a3
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h