]> git.ipfire.org Git - thirdparty/sqlite.git/commit
An initial attempt to optimize VIEWs that occur as the right operand of a
authordrh <drh@noemail.net>
Fri, 14 Apr 2017 17:18:45 +0000 (17:18 +0000)
committerdrh <drh@noemail.net>
Fri, 14 Apr 2017 17:18:45 +0000 (17:18 +0000)
commit399c7e21e4d7e7f82a7f93fbf25f3a06675cea13
treea12e965b59021b70f7285d96682a830e2a04d7fb
parentb1ed717f18d1e08c6c2ab52c020a4b0748302b1a
An initial attempt to optimize VIEWs that occur as the right operand of a
LEFT JOIN.  This particular check-in does not work correctly because it does
not deal with the case of columns in the VIEW that return non-NULL even when
all columns in the table of the VIEW are NULL because of the LEFT JOIN.

FossilOrigin-Name: 1838a59c8a1c151bd6fc822b0ffef661803cf0e4704c917e74a04567b81740b9
manifest
manifest.uuid
src/select.c