Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Sublists in the change log are a-b-c instead of 1-2-3. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3e5cf6efacf418255aaf7f0d19984673 |
User & Date: | drh 2018-07-27 23:56:51.142 |
Context
2018-08-01
| ||
07:08 | In althttpd.c, make sure all file descriptors other than 0, 1, and 2 are closed prior to launching CGI. (check-in: c84d76df63 user: drh tags: trunk) | |
2018-07-27
| ||
23:56 | Sublists in the change log are a-b-c instead of 1-2-3. (check-in: 3e5cf6efac user: drh tags: trunk) | |
23:55 | Change log updates. (check-in: 6a6488d91d user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
20 21 22 23 24 25 26 | set xrefChng($date) $nChng incr nChng } chng {2018-09-00 (3.25.0)} { <li> Add support for [window functions] <li> Query optimizer improvements: | | | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | set xrefChng($date) $nChng incr nChng } chng {2018-09-00 (3.25.0)} { <li> Add support for [window functions] <li> Query optimizer improvements: <ol type="a"> <li> Avoid unnecessary loads of columns in an aggregate query that are not within an aggregate function and that are not part of the GROUP BY clause. <li> The IN-early-out optimization: When doing a look-up on a multi-column index and an IN operator is used on a column other than the left-most column, then if no rows match against the first IN value, check to make sure there exist rows that |
︙ | ︙ |