Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo (reported on the sqlite-users mailing list) in the history for release 3.6.18. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e0993fbf96107baad9d6c9f959981b80 |
User & Date: | drh 2010-07-22 01:47:19.000 |
Context
2010-07-23
| ||
01:13 | Updates to the optimizer documentation. (check-in: 06b1be36db user: drh tags: trunk) | |
2010-07-22
| ||
01:47 | Fix a typo (reported on the sqlite-users mailing list) in the history for release 3.6.18. (check-in: e0993fbf96 user: drh tags: trunk) | |
2010-07-21
| ||
22:59 | Updates to the download.html page. (check-in: 82a31b0b29 user: drh tags: trunk) | |
Changes
Changes to pages/news.in.
︙ | ︙ | |||
115 116 117 118 119 120 121 | } newsitem {2009-Sep-11} {Version 3.6.18} { Beginning with this release, the SQLite source code is tracked and managed using the [http://www.fossil-scm.org/ | Fossil] distributed configuration management system. SQLite was previously versioned using CVS. The entire CVS history has been imported into | | | 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 | } newsitem {2009-Sep-11} {Version 3.6.18} { Beginning with this release, the SQLite source code is tracked and managed using the [http://www.fossil-scm.org/ | Fossil] distributed configuration management system. SQLite was previously versioned using CVS. The entire CVS history has been imported into Fossil. The older CVS repository remains on the website but is read-only. There are two major enhancements in SQLite version 3.6.18. The first is a series or refinements to the query planner that help SQLite to choose better plans for joins where in the past it was selecting suboptimal query plans. The [SQLITE_ENABLE_STAT2] compile-time option has been added to cause SQLite to collect histogram data on indices when the |
︙ | ︙ |