Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the file format document. (CVS 3101) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
fac0d202e1d9fcc33dc69006a369034e |
User & Date: | drh 2006-02-16 00:31:01.000 |
Context
2006-02-16
| ||
00:32 | Fix more typos in the file format document. (CVS 3102) (check-in: d7495be806 user: drh tags: trunk) | |
00:31 | Fix a typo in the file format document. (CVS 3101) (check-in: fac0d202e1 user: drh tags: trunk) | |
2006-02-15
| ||
21:19 | Get the build working again. Fix for check-in (3093) (CVS 3100) (check-in: 4e6b74b290 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.16 2006/02/16 00:31:01 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 |
︙ | ︙ | |||
210 211 212 213 214 215 216 | restores the database to a format such that it can be read by earlier SQLite versions.</p> </td> </tr> <tr> <td valign="top">3.2.8 to 3.3.0</td> <td valign="top">2006-Jan-10</td> | | | 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 | restores the database to a format such that it can be read by earlier SQLite versions.</p> </td> </tr> <tr> <td valign="top">3.2.8 to 3.3.0</td> <td valign="top">2006-Jan-10</td> <td><p>Version 3.3.0 uses a new encoding for boolean values that uses less disk space. Version 3.3.0 can read and write database files created by prior versions of SQLite. But prior versions of SQLite will not be able to read or write databases created by Version 3.3.0</p> </td> </tr> </table> |
︙ | ︙ |