]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a virtual table problem that can occur when the vtab is on the RHS of a
authordan <dan@noemail.net>
Tue, 27 Jun 2017 16:39:01 +0000 (16:39 +0000)
committerdan <dan@noemail.net>
Tue, 27 Jun 2017 16:39:01 +0000 (16:39 +0000)
commit210ec4c855c37eac5e79922aedf47c3f574dcf4e
tree6f0fbd921c0e6a5df88431e400f76f32918db321
parentaf38cdbc081576d290326631b2118670dcf35579
Fix a virtual table problem that can occur when the vtab is on the RHS of a
LEFT JOIN and there is a MATCH constraint in the ON clause, or when the vtab
is in a sub-query that is the RHS of a LEFT JOIN and there is a MATCH
constraint in the WHERE clause of the sub-query.

FossilOrigin-Name: 87b381663398f029f52cb5598aadd069b03034b6f833ce80ba762b406075a44e
ext/fts5/test/fts5leftjoin.test [new file with mode: 0644]
manifest
manifest.uuid
src/whereexpr.c
test/fts3join.test