]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Begin transitioning the fixed-length (64-bit) bitmap used to keep track of column-set
authordrh <>
Fri, 21 Oct 2022 20:12:24 +0000 (20:12 +0000)
committerdrh <>
Fri, 21 Oct 2022 20:12:24 +0000 (20:12 +0000)
commitcf1cf3481f4f7d9fdb2c199310fc851bc143515f
tree10115ae413ac0eae9c440999643226ade1867e8d
parent3725af73b9f9bf3b1c6d47d1232ce85347afb853
Begin transitioning the fixed-length (64-bit) bitmap used to keep track of
the subset of columns of a table that are used by a query into a more general
structure that can work with wide tables.  Experimental.

FossilOrigin-Name: 5dd78588203b38e5782a31944c8f14141f348d4ccc9d378cf81c57b07162b650
12 files changed:
manifest
manifest.uuid
src/bitvec.c
src/build.c
src/expr.c
src/resolve.c
src/select.c
src/sqliteInt.h
src/treeview.c
src/update.c
src/where.c
src/whereexpr.c