]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Resolve FROM-clause subqueries after query planning instead of before.
authordrh <drh@noemail.net>
Wed, 10 Jun 2015 17:20:42 +0000 (17:20 +0000)
committerdrh <drh@noemail.net>
Wed, 10 Jun 2015 17:20:42 +0000 (17:20 +0000)
commit483c02e7a38db6620e90ca52521da5af718e3426
treebf1194e7688f2e6de06a5a5bf3fdf069c5a1580f
parent3a6599f8ac69acb4a71630395d7b9a9d356857e7
Resolve FROM-clause subqueries after query planning instead of before.
Greatly reduce the estimated cost of automatic indexes for VIEWs and
ephemeral tables since performance problems there cannot be mitigated
via a CREATE INDEX.

FossilOrigin-Name: a1eaf1718e4544c17495ad7a4e333276979b8299
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
src/where.c
test/eqp.test