Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Always render a subquery that is not part of a join as a co-routine. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | prefer-coroutine-sort-subquery |
Files: | files | file ages | folders |
SHA3-256: |
6b1651d711eae6e7c65a191f02ca2439 |
User & Date: | drh 2017-09-29 22:13:24 |
Context
2017-09-30
| ||
01:25 | Fix unreachable conditionals and revise a testcase that was made obsolete by the changes on this branch. check-in: 71f0adf7 user: drh tags: prefer-coroutine-sort-subquery | |
2017-09-29
| ||
22:13 | Always render a subquery that is not part of a join as a co-routine. check-in: 6b1651d7 user: drh tags: prefer-coroutine-sort-subquery | |
16:08 | Merge the query flattener comment improvements from trunk. check-in: f62cd4d9 user: drh tags: prefer-coroutine-sort-subquery | |
Changes
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/test1.c.