]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the empty-table optimization on INTERSECT so that it does not try to
authordrh <>
Wed, 9 Jul 2025 20:11:49 +0000 (20:11 +0000)
committerdrh <>
Wed, 9 Jul 2025 20:11:49 +0000 (20:11 +0000)
commit33c2e37f981af6766a6309f24a54b91fa3fa9080
tree74cd8affeb6a15449f6bccbb08bb753aa687ca96
parent8663a78ec9f6c85db6224007a49c264359e908ce
Fix the empty-table optimization on INTERSECT so that it does not try to
use an uninitialized register for LIMIT processing.

FossilOrigin-Name: 6918ada008507b4564ca0dc5f4f6818c49a42eb14a16285b2074e21dcc8f2c3f
manifest
manifest.uuid
src/select.c