Index: www/index.tcl ================================================================== --- www/index.tcl +++ www/index.tcl @@ -1,9 +1,9 @@ # # Run this TCL script to generate HTML for the index.html file. # -set rcsid {$Id: index.tcl,v 1.23 2000/08/02 12:26:30 drh Exp $} +set rcsid {$Id: index.tcl,v 1.24 2000/08/02 12:37:18 drh Exp $} puts { SQLite: An SQL Database Engine Built Atop GDBM

SQLite: An SQL Database Engine Built Atop @@ -39,11 +39,11 @@ echo .dump | old-sqlite old-db | sqlite db

This file format change was made to work around a potential inefficiency in GDBM that comes up when large indices are created -on tables where many entries in the table have the same key.

+on tables where many entries in the table have the same index key.

Features