Do not flatten subqueries that contain an ORDER BY or GROUP BY clause and
commit929f36161a58e291841bd36289bbd9c437eb2814
authorD. Richard Hipp <drh@hwaci.com>
Thu, 28 Sep 2017 20:06:53 +0000 (28 20:06 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Thu, 28 Sep 2017 20:06:53 +0000 (28 20:06 +0000)
treefab90a9f6b0b308a241af93fb056f3912b92b701
parentc9992b3cbfa15a73a61e32005cd45b6f88f89904
Do not flatten subqueries that contain an ORDER BY or GROUP BY clause and
can be implemented using a co-routine.
src/select.c