]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the "colUsed" field to the sqlite3_index_info structure passed to virtual table... vtab-colused
authordan <dan@noemail.net>
Thu, 26 Nov 2015 19:33:41 +0000 (19:33 +0000)
committerdan <dan@noemail.net>
Thu, 26 Nov 2015 19:33:41 +0000 (19:33 +0000)
commit1acb539f4c255470e17ca639d144ca23570650f2
tree8ee8cbe8a0759ca3861a2f97256d91b3bf31fb3e
parentfab1d401f80e1646341727c50b91377e6f5eb80a
Add the "colUsed" field to the sqlite3_index_info structure passed to virtual table xBestIndex methods. To indicate the subset of the virtual table columns that may be required by the current scan.

FossilOrigin-Name: 116b206494eb8ba963c7c5acfbf9e7b6db11c79c
manifest
manifest.uuid
src/sqlite.h.in
src/test8.c
src/update.c
src/where.c
test/tkt3871.test
test/vtab1.test
test/vtab4.test
test/vtabH.test
test/vtabI.test [new file with mode: 0644]