]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the new "explain" virtual table in ext/misc. Use this virtual table
authordrh <drh@noemail.net>
Sun, 16 Sep 2018 16:18:01 +0000 (16:18 +0000)
committerdrh <drh@noemail.net>
Sun, 16 Sep 2018 16:18:01 +0000 (16:18 +0000)
commit9b84f03556eea1c5d70d57c20e606796553cd494
tree89b56c83616334c6ddc4c3f90692f7d379066fee
parent2b7cdf6f6bef59774c16ee648b3945946a4d1ba6
Add the new "explain" virtual table in ext/misc.  Use this virtual table
for additional test cases for the optimization that avoids updating indexes
on expressions when none of the columns changed by the UPDATE are in the
expression.

FossilOrigin-Name: 2404304cc15eaeee2744cf3c8f9cac0a544631c4f1060c5a17a78b43ca86edf0
Makefile.in
Makefile.msc
ext/misc/explain.c [new file with mode: 0644]
main.mk
manifest
manifest.uuid
src/test1.c
test/indexexpr2.test