The query planner now always prefers to implement a FROM-clause subquery using
commit524d6afa7eeffca531c01498bf15434d794c8cde
authorD. Richard Hipp <drh@hwaci.com>
Mon, 2 Oct 2017 02:52:54 +0000 (2 02:52 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Mon, 2 Oct 2017 02:52:54 +0000 (2 02:52 +0000)
treeb1de95ff176c1a844d08df3a06f0ac3a3422016d
parent1d1ff1ad7d38a35cb75fdb344d74fcdfabce0ba6
parente3fb07329a99526f21ab28f2acc41b9a32b9d8f5
The query planner now always prefers to implement a FROM-clause subquery using
a co-routine rather than flattening the subquery into the outer query.