Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in the fileformat2 document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
912e06a44605c7d42f212740b4acceac |
User & Date: | drh 2012-03-31 12:10:56.490 |
Context
2012-04-02
| ||
14:47 | Updates to the FTS4 document to describe recent merge=X,Y, automerge=B, and integrity-check commands. Updates to the change log for the same and for other recent changes. (check-in: 2c33993bdc user: drh tags: trunk) | |
2012-03-31
| ||
12:10 | Fix typo in the fileformat2 document. (check-in: 912e06a446 user: drh tags: trunk) | |
2012-03-29
| ||
14:14 | Enhance the file format documentation with additional information about internal schema objects. (check-in: 68d2666398 user: drh tags: trunk) | |
Changes
Changes to pages/fileformat2.in.
︙ | ︙ | |||
85 86 87 88 89 90 91 | <tcl>hd_fragment database_header {database header}</tcl> <h3>1.2 The Database Header</h3> <p>The first 100 bytes of the database file comprise the database file header. The database file header is divided into fields as shown by the table below. All multibyte fields in the database file header are | | | 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | <tcl>hd_fragment database_header {database header}</tcl> <h3>1.2 The Database Header</h3> <p>The first 100 bytes of the database file comprise the database file header. The database file header is divided into fields as shown by the table below. All multibyte fields in the database file header are stored with the most significant byte first (big-endian).</p> <center> <i>Database Header Format</i><br> <table width="80%" border=1> <tr><th>Offset<th>Size<th>Description <tr><td valign=top align=center>0<td valign=top align=center>16<td align=left> The header string: "SQLite format 3\000" |
︙ | ︙ |