]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the logic to keep partial indices up to date through DML statements and
authordrh <drh@noemail.net>
Thu, 1 Aug 2013 01:14:43 +0000 (01:14 +0000)
committerdrh <drh@noemail.net>
Thu, 1 Aug 2013 01:14:43 +0000 (01:14 +0000)
commitb2b9d3d7586e93a6e860a27e42094bd670171a6b
treea381acf76f22585b4737fad99831ae14e1826ded
parent4bd5f73fa09a7b5c8f1fe1dd39900811d15d1dab
Add the logic to keep partial indices up to date through DML statements and
when new partial indices are created.  This new logic is untested except to
verify that it does not interfere with full indices.

FossilOrigin-Name: fb9044d15ad4fd6ae4a38858c0c0e6fe9d4faa25
manifest
manifest.uuid
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/pragma.c
src/sqliteInt.h
src/update.c
src/vdbeaux.c
src/where.c