]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Have the planner detect cases where a MATCH constraint is applied to a virtual table...
authordan <dan@noemail.net>
Sat, 4 Jan 2014 14:16:06 +0000 (14:16 +0000)
committerdan <dan@noemail.net>
Sat, 4 Jan 2014 14:16:06 +0000 (14:16 +0000)
commit42899543f8423aaebf0f2e4e436330d99a6e4529
treed85661879fcc8c35e35b5d5030166119e9adab65
parent5426d80948c18c9dda289aa92f48328003e36193
Have the planner detect cases where a MATCH constraint is applied to a virtual table, and ignore any plans that do not allow the virtual table implementation to implement the MATCH filtering.

FossilOrigin-Name: 19f3208b26597625728d1ef716d4e44407cf96ac
manifest
manifest.uuid
src/where.c
test/fts3join.test [new file with mode: 0644]