]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a test-control that allows setting a LIKE pattern for common table optbarrier-test-ctrl
authordrh <>
Sat, 13 Feb 2021 21:01:31 +0000 (21:01 +0000)
committerdrh <>
Sat, 13 Feb 2021 21:01:31 +0000 (21:01 +0000)
commitae9947b9f6a8d925b0bd2e7abba4487ac702b95e
tree0305dcf5e3a954d1e693fa431408d98e66336750
parent329eaaf0b3a857d67f99da45564d398a615d1c78
Add a test-control that allows setting a LIKE pattern for common table
expression names such that CTEs with matching names become an
optimization barrier - They are not flattened and are implemented by
materialization.

FossilOrigin-Name: 15692ec02b401eb81a13b25099714cf49fe64c5bde8b1f4028aca18f8fdd7655
manifest
manifest.uuid
src/main.c
src/select.c
src/shell.c.in
src/sqlite.h.in
src/sqliteInt.h
src/test1.c