Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the 3.18 change log. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
82f55fbab0fbf16a9ba5bb836625ff43 |
User & Date: | drh 2017-03-06 20:54:24.239 |
Context
2017-03-06
| ||
21:03 | More typo fixes and enhancements to the 3.18 change log. (check-in: fc711f28f5 user: drh tags: trunk) | |
20:54 | Fix a typo in the 3.18 change log. (check-in: 82f55fbab0 user: drh tags: trunk) | |
20:49 | Initial documentation changes for 3.18.0. Add documentation for PRAGMA optimize and update documentation for PRAGMA integrity_check and quick_check. (check-in: f7a0591178 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
19 20 21 22 23 24 25 | set aChng($nChng) [list $date $desc $options] set xrefChng($date) $nChng incr nChng } chng {2017-04-00 (3.18.0)} { <li>Added the [PRAGMA optimize] command | | | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | set aChng($nChng) [list $date $desc $options] set xrefChng($date) $nChng incr nChng } chng {2017-04-00 (3.18.0)} { <li>Added the [PRAGMA optimize] command <li>Enhance the [LIKE optimization] so that it works for arbitrary expressions on the left-hand side as long as the LIKE pattern on the right-hand side does not begin with a digit or minus sign. <li>Added the [sqlite3_set_last_insert_rowid()] interface and use that new interface in the [FTS3], [FTS4], and [FTS5] extensions to ensure that the [sqlite3_last_insert_rowid()] interface always returns reasonable values. <li>Enhance [PRAGMA integrity_check] and [PRAGMA quick_check] so that they verify [CHECK constraints]. |
︙ | ︙ |