]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Using "SELECT ALL" instead of just "SELECT" on a query that uses a single
authordrh <drh@noemail.net>
Fri, 29 May 2015 01:35:19 +0000 (01:35 +0000)
committerdrh <drh@noemail.net>
Fri, 29 May 2015 01:35:19 +0000 (01:35 +0000)
commit7cea7f95c7c26aad46d2fd4319eb3e8ab23d54bb
tree4975a934525d69b2721489f09a13989230344a1f
parentc68275032e208be3c5194e8f6c8f8634a0ed4959
Using "SELECT ALL" instead of just "SELECT" on a query that uses a single
unflattenable subquery or view in its FROM clause will force the subquery to
be manifested into a temporary table rather than run incrementally using a
co-routine.  This is a stop-gap means of controlling the decision to manifest
while we try to work out a better to make that decision automatically.

FossilOrigin-Name: a29e117d7ecec05da949348689dbfb0d3acb1280
manifest
manifest.uuid
src/parse.y
src/select.c
src/sqliteInt.h