Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | file format change (CVS 121) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4110936f112092b3bbc134f0717b899a |
User & Date: | drh 2000-08-02 12:37:18 |
Context
2000-08-02
| ||
13:47 | file format change (CVS 122) check-in: b7b90237 user: drh tags: trunk | |
12:37 | file format change (CVS 121) check-in: 4110936f user: drh tags: trunk | |
12:26 | file format change (CVS 120) check-in: 67f8af37 user: drh tags: trunk | |
Changes
Changes to www/index.tcl.
1 1 # 2 2 # Run this TCL script to generate HTML for the index.html file. 3 3 # 4 -set rcsid {$Id: index.tcl,v 1.23 2000/08/02 12:26:30 drh Exp $} 4 +set rcsid {$Id: index.tcl,v 1.24 2000/08/02 12:37:18 drh Exp $} 5 5 6 6 puts {<html> 7 7 <head><title>SQLite: An SQL Database Engine Built Atop GDBM</title></head> 8 8 <body bgcolor=white> 9 9 <h1 align=center>SQLite: An SQL Database Engine Built Atop 10 10 <a href="http://www.gnu.org/software/gdbm/gdbm.html">GDBM</a></h1> 11 11 <p align=center>} ................................................................................ 37 37 38 38 <blockquote><pre> 39 39 echo .dump | old-sqlite old-db | sqlite db 40 40 </pre></blockquote> 41 41 42 42 <p>This file format change was made to work around a potential 43 43 inefficiency in GDBM that comes up when large indices are created 44 -on tables where many entries in the table have the same key.</p> 44 +on tables where many entries in the table have the same index key.</p> 45 45 46 46 <h2>Features</h2> 47 47 48 48 <p><ul> 49 49 <li>Implements most of SQL92.</li> 50 50 <li>A database is just a directory of GDBM files.</li> 51 51 <li>Unlimited length records.</li>