-C :-)\s(CVS\s197)
-D 2001-04-04T12:32:09
+C :-)\s(CVS\s198)
+D 2001-04-04T12:33:36
F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4
F Makefile.in fd8815aa01a7181f60f786158b7737a35413189e
F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958
F www/crosscompile.tcl c99efacb3aefaa550c6e80d91b240f55eb9fd33e
F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
F www/fileformat.tcl cfb7fba80b7275555281ba2f256c00734bcdd1c9
-F www/index.tcl e45144ed58d2af517e5025d9cd942fbdd334d8f5
+F www/index.tcl b499fca29ebbaff66bcafe87b7dd1b8b36fb5a51
F www/lang.tcl 7fec414487ebee2cbb17c90addf5a026cd10396a
F www/mingw.tcl fc5f4ba9d336b6e8c97347cc6496d6162461ef60
F www/opcode.tcl cb3a1abf8b7b9be9f3a228d097d6bf8b742c2b6f
F www/sqlite.tcl cb0d23d8f061a80543928755ec7775da6e4f362f
F www/tclsqlite.tcl 06f81c401f79a04f2c5ebfb97e7c176225c0aef2
F www/vdbe.tcl 0c8aaa529dd216ccbf7daaabd80985e413d5f9ad
-P 35a8feed0d10e780c477f7440fbe80637fcf9906
-R 7fe7e4f7eff15c505b4c1f4711dbba86
+P ab645437447059be18018890bd33f3a977c4c8b3
+R 77bf85a68e27b2bffb4067f583abffa7
U drh
-Z c8bd5683d1f685a3a45bc8f2ce34266c
+Z ad2ab6bf64d9a1be2ace4f74c839311d
-ab645437447059be18018890bd33f3a977c4c8b3
\ No newline at end of file
+24bede902722e8003451143b38284de48700c459
\ No newline at end of file
#
# Run this TCL script to generate HTML for the index.html file.
#
-set rcsid {$Id: index.tcl,v 1.32 2001/04/04 12:32:09 drh Exp $}
+set rcsid {$Id: index.tcl,v 1.33 2001/04/04 12:33:36 drh Exp $}
puts {<html>
<head><title>SQLite: An SQL Database Library Built Atop GDBM</title></head>
</ul>
</p>
-<h2>Important News Flash!</h2>
-<p>
-The SQLite file format was changed in an incompatible way on
-Aug 2, 2000 (prior to version 1.0, when SQLite was still in Beta).
-If you are updated the library and have databases
-built using the old version of the library, you should save your
-old databases into an ASCII file then reimport the
-database using the new library. For example, if you change the
-name of the old <b>sqlite</b> utility to "old-sqlite" and
-change the name of the old database directory to "old-db", then
-you can reconstruct the database as follows:</p>
-
-<blockquote><pre>
-echo .dump | old-sqlite old-db | sqlite db
-</pre></blockquote>
-
-<p>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 index key.</p>
-
<h2>Documentation</h2>
<p>The following documentation is currently available:</p>