Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Initial documentation changes for the 3.7.1 release. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f02b06bd3c061c87a5c8cdc692f53505 |
User & Date: | drh 2010-07-26 16:57:10.000 |
Context
2010-07-27
| ||
08:10 | Fix race condition in search box javascript that could occur if the user started to enter text before the page was completely loaded. (check-in: 902e250d41 user: dan tags: trunk) | |
2010-07-26
| ||
16:57 | Initial documentation changes for the 3.7.1 release. (check-in: f02b06bd3c user: drh tags: trunk) | |
11:58 | Remove <dl> marks from requirements text prior to insertion into the matrix. (check-in: 9b8e4462b6 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
37 38 39 40 41 42 43 44 45 46 47 48 49 50 | <a href="http://www.sqlite.org/src/timeline"> http://www.sqlite.org/src/timeline</a>.</p> } hd_close_aux hd_enable_main 1 } } chng {2010 July 22 (3.7.0)} { <li> Added support for [WAL | write-ahead logging]. <li> Query planner enhancement - automatic transient indices are created when doing so reduces the estimated query time. <li> Query planner enhancement - the ORDER BY becomes a no-op if the query also contains a GROUP BY clause that forces the correct output order. | > > > > > > > > | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | <a href="http://www.sqlite.org/src/timeline"> http://www.sqlite.org/src/timeline</a>.</p> } hd_close_aux hd_enable_main 1 } } chng {2010 August 19 (3.7.1)} { <li> Added new commands [SQLITE_DBSTATUS_SCHEMA_USED] and [SQLITE_DBSTATUS_STMT_USED] to the [sqlite3_db_status()] interface, in order to report out the amount of memory used to hold the schema and prepared statements of a connection. <li> Fixed a typo in the OS/2 backend. } chng {2010 July 22 (3.7.0)} { <li> Added support for [WAL | write-ahead logging]. <li> Query planner enhancement - automatic transient indices are created when doing so reduces the estimated query time. <li> Query planner enhancement - the ORDER BY becomes a no-op if the query also contains a GROUP BY clause that forces the correct output order. |
︙ | ︙ |
Changes to pages/index.in.
︙ | ︙ | |||
83 84 85 86 87 88 89 | </td> <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> <td valign="top"> <h3>Current Status</h3> <p><ul> | | | | 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | </td> <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> <td valign="top"> <h3>Current Status</h3> <p><ul> <li><a href="releaselog/3_7_1.html">Version 3.7.1</a> of SQLite is recommended for all new development. Upgrading from version 3.7.0, 3.6.23, 3.6.22, 3.6.13, or 3.6.12 is optional. Upgrading from all other SQLite versions is recommended.</li> </ul></p> <h3>Common Links</h3> <p><ul> <li> <a href="features.html">Features</a> </li> |
︙ | ︙ |