]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Here begins an experimental branch for exploring the idea of a partial index.
authordrh <drh@noemail.net>
Wed, 31 Jul 2013 18:12:26 +0000 (18:12 +0000)
committerdrh <drh@noemail.net>
Wed, 31 Jul 2013 18:12:26 +0000 (18:12 +0000)
commit1fe0537e51218d545672f672b923d600d73d7824
treeee7a667036fdbbb1572fa9ce67a976589866e5ab
parent6b36e82c7b4ec740d872bb6917af53519e63b4ad
Here begins an experimental branch for exploring the idea of a partial index.
This check-in is able to parse a WHERE clause on a CREATE INDEX statement, but
does not actually do anythingn with that WHERE clause yet.

FossilOrigin-Name: 6794b2dcb48b3507caccfc7867fc185818cf8291
manifest
manifest.uuid
src/build.c
src/parse.y
src/sqliteInt.h
test/index6.test [new file with mode: 0644]