Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo on homepage. (CVS 1971) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5d3b3a96bcc459a797bd723025f2d38e |
User & Date: | drh 2004-09-18 18:51:09.000 |
Context
2004-09-19
| ||
00:50 | Merge the ListPush and ListPop VDBE opcodes into ContextPush and ContextPop. (CVS 1972) (check-in: eb9b501ad8 user: drh tags: trunk) | |
2004-09-18
| ||
18:51 | Fix typo on homepage. (CVS 1971) (check-in: 5d3b3a96bc user: drh tags: trunk) | |
18:45 | Version 3.0.7 (CVS 1970) (check-in: d82ded9543 user: drh tags: trunk) | |
Changes
Changes to www/index.tcl.
︙ | ︙ | |||
10 11 12 13 14 15 16 | SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Features include: </p> <p><ul> | | | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Features include: </p> <p><ul> <li>Transactions are atomic, consistent, isolated, and durable (ACID) even after system crashes and power failures. <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> |
︙ | ︙ | |||
76 77 78 79 80 81 82 | } puts { <p align="right"><a href="oldnews.html">Old news...</a></p> </td></tr></table> } | | | 76 77 78 79 80 81 82 83 | } puts { <p align="right"><a href="oldnews.html">Old news...</a></p> </td></tr></table> } footer {$Id: index.tcl,v 1.97 2004/09/18 18:51:09 drh Exp $} |