Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the flattening rules of the optoverview.html document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.22 |
Files: | files | file ages | folders |
SHA3-256: |
20ecb45b42b6354c8de33a6d91404555 |
User & Date: | drh 2018-02-01 14:43:46.374 |
Context
2018-02-05
| ||
20:00 | Rework the CGI scripts for search so that they use the Wapp framework (https://wapp.tcl.tk). Cherry-pick from trunk. (check-in: 6a06e6c785 user: drh tags: branch-3.22) | |
2018-02-01
| ||
14:44 | Merge fixes from the release branch. (check-in: 5279eb6057 user: drh tags: trunk) | |
14:43 | Fix a typo in the flattening rules of the optoverview.html document. (check-in: 20ecb45b42 user: drh tags: branch-3.22) | |
2018-01-31
| ||
02:53 | Fix another howtocorrupt.html typo. (check-in: 633d838aa0 user: drh tags: branch-3.22) | |
Changes
Changes to pages/optoverview.in.
︙ | ︙ | |||
1072 1073 1074 1075 1076 1077 1078 | <li value="1"> <i>(Obsolete. Query flattening is no longer attempted for aggregate subqueries.)</i> <li value="2"> <i>(Obsolete. Query flattening is no longer attempted for aggregate subqueries.)</i> <li value="3"> | | | 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 | <li value="1"> <i>(Obsolete. Query flattening is no longer attempted for aggregate subqueries.)</i> <li value="2"> <i>(Obsolete. Query flattening is no longer attempted for aggregate subqueries.)</i> <li value="3"> ^If the subquery is the right operand of a LEFT JOIN then <ol type="a"><li> the subquery may not be a join, and <li> the FROM clause of the subquery may not contain a virtual table, and <li> the outer query may not be an aggregate.</ol></li> <li value="4"> ^The subquery is not DISTINCT. |
︙ | ︙ |