From: drh Date: Wed, 4 Apr 2001 12:33:36 +0000 (+0000) Subject: :-) (CVS 198) X-Git-Tag: version-3.6.10~5858 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=001276115915126ccc043bd3f7764577a50574af;p=thirdparty%2Fsqlite.git :-) (CVS 198) FossilOrigin-Name: 24bede902722e8003451143b38284de48700c459 --- diff --git a/manifest b/manifest index 7e1906bdbb..cb501af9a5 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -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 @@ -87,14 +87,14 @@ F www/changes.tcl 2f8108b1c19f6b1428cd89aeb4da0f446af5a8b6 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 diff --git a/manifest.uuid b/manifest.uuid index 810c0e40b3..adb757991d 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -ab645437447059be18018890bd33f3a977c4c8b3 \ No newline at end of file +24bede902722e8003451143b38284de48700c459 \ No newline at end of file diff --git a/www/index.tcl b/www/index.tcl index d712615bfb..2e6bc45e32 100644 --- a/www/index.tcl +++ b/www/index.tcl @@ -1,7 +1,7 @@ # # 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 { SQLite: An SQL Database Library Built Atop GDBM @@ -76,26 +76,6 @@ Among the SQL features that SQLite does not currently implement are:

-

Important News Flash!

-

-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 sqlite utility to "old-sqlite" and -change the name of the old database directory to "old-db", then -you can reconstruct the database as follows:

- -
-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 index key.

-

Documentation

The following documentation is currently available: