]> git.ipfire.org Git - thirdparty/sqlite.git/commit
This experimental branch attempts to use columns for an index-on-expression
authordrh <>
Thu, 13 Oct 2022 21:08:34 +0000 (21:08 +0000)
committerdrh <>
Thu, 13 Oct 2022 21:08:34 +0000 (21:08 +0000)
commit4bc1cc18476aaa674f8a24f859e1ed754c365505
tree8615989555bb36f06e4d5e40728c1d865d216c17
parentd92c652ac1fe570e27acd83e15903fb695386880
This experimental branch attempts to use columns for an index-on-expression
in place of the expression that is being indexed.  This particular check-in
mostly works, but there are still issues.

FossilOrigin-Name: 2e8d4fd4cfd9e82f33c707ba246fe2bb3ca01762cf5ac5905058fbc7adf0abe7
manifest
manifest.uuid
src/analyze.c
src/build.c
src/expr.c
src/insert.c
src/sqliteInt.h
src/upsert.c
src/where.c
src/whereexpr.c