Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in the formatchng.html document. (CVS 2417) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
35ace66f3ebefd4cd1455c923199511a |
User & Date: | drh 2005-03-23 01:05:14.000 |
Context
2005-03-23
| ||
01:48 | Fix a typo in vdbeInt.h. This was potentially a serious mistake, but we got lucky and it is benign. (CVS 2418) (check-in: f0d64dc8aa user: drh tags: trunk) | |
01:05 | Fix typo in the formatchng.html document. (CVS 2417) (check-in: 35ace66f3e user: drh tags: trunk) | |
2005-03-21
| ||
19:51 | Version 3.2.0 (CVS 2415) (check-in: debf40e8ff user: drh tags: trunk) | |
Changes
Changes to www/formatchng.tcl.
1 2 3 | # # Run this Tcl script to generate the formatchng.html file. # | | | 1 2 3 4 5 6 7 8 9 10 11 | # # Run this Tcl script to generate the formatchng.html file. # set rcsid {$Id: formatchng.tcl,v 1.14 2005/03/23 01:05:14 drh Exp $ } source common.tcl header {File Format Changes in SQLite} puts { <h2>File Format Changes in SQLite</h2> <p> Every effort is made to keep SQLite fully backwards compatible from |
︙ | ︙ | |||
188 189 190 191 192 193 194 | </td> </tr> <tr> <td valign="top">3.0.8 to 3.1.0</td> <td valign="top">2004-Jan-21</td> <td><p>Version 3.1.0 adds support for <a href="pragma.html#pragma_auto_vacuum">autovacuum mode</a>. | | | 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 | </td> </tr> <tr> <td valign="top">3.0.8 to 3.1.0</td> <td valign="top">2004-Jan-21</td> <td><p>Version 3.1.0 adds support for <a href="pragma.html#pragma_auto_vacuum">autovacuum mode</a>. Prior versions of SQLite will be able to read an autovacuumed database but will not be able to write it. If autovaccum is disabled (which is the default condition) then databases are fully forwards and backwards compatible.</p> </td> </tr> <tr> <td valign="top">3.1.6 to 3.2.0</td> |
︙ | ︙ |