Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo on homepage (CVS 1519) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a84ece250035d02e399ec208aded524c |
User & Date: | drh 2004-06-01 12:59:50.000 |
Context
2004-06-01
| ||
14:09 | Unix version of sqlite3OsLock(). (CVS 1520) (check-in: 023d1760c1 user: danielk1977 tags: trunk) | |
12:59 | Fix typo on homepage (CVS 1519) (check-in: a84ece2500 user: drh tags: trunk) | |
10:01 | Fix typos in version 3 documents. (CVS 1518) (check-in: 915cba5712 user: drh tags: trunk) | |
Changes
Changes to www/index.tcl.
︙ | ︙ | |||
11 12 13 14 15 16 17 | self-contained, embeddable, zero-configuration SQL database engine. Features include: </p> <p><ul> <li>ACID (Atomic, Consistent, Isolated, Durable) transactions.</li> | | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | self-contained, embeddable, zero-configuration SQL database engine. Features include: </p> <p><ul> <li>ACID (Atomic, Consistent, Isolated, Durable) transactions.</li> <li>Zero-configuration - no setup or administration needed.</li> <li>Implements most of SQL92. (<a href="omitted.html">Features not supported</a>)</li> <li>A complete database is stored in a single disk file.</li> <li>Database files can be freely shared between machines with different byte orders.</li> <li>Supports databases up to 2 terabytes (2^41 bytes) in size.</li> <li>Small memory footprint: less than 30K lines of C code, |
︙ | ︙ | |||
76 77 78 79 80 81 82 | Plans are to continue to support SQLite version 2.8 with bug fixes. But all new development will occur in version 3.0. } puts { </td></tr></table> } | | | 76 77 78 79 80 81 82 83 | Plans are to continue to support SQLite version 2.8 with bug fixes. But all new development will occur in version 3.0. } puts { </td></tr></table> } footer {$Id: index.tcl,v 1.85 2004/06/01 12:59:50 drh Exp $} |