Repairs to the previous fix (CVS 187)
FossilOrigin-Name: b91854a67f5e3835aafbbb1f9c528f4011ffc3f9
This commit is contained in:
parent
573bd2754f
commit
a6e982a256
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
C Repairs\sto\sthe\sprevious\sfix\s(CVS\s186)
|
||||
D 2001-02-19T23:23:38
|
||||
C Repairs\sto\sthe\sprevious\sfix\s(CVS\s187)
|
||||
D 2001-02-19T23:28:37
|
||||
F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4
|
||||
F Makefile.in 7efa81e2985b45ba73db27d55b70cc927f5abfd7
|
||||
F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958
|
||||
@ -84,14 +84,14 @@ F www/changes.tcl 57b964f3c1cbbeed1f99d1c20e1fddee46b68ce4
|
||||
F www/crosscompile.tcl c99efacb3aefaa550c6e80d91b240f55eb9fd33e
|
||||
F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
|
||||
F www/fileformat.tcl cfb7fba80b7275555281ba2f256c00734bcdd1c9
|
||||
F www/index.tcl 02fe82f3a50d5f5b831afeafb62fc64ea5e63b32
|
||||
F www/index.tcl 0ca6421e6e82b17ed0c1779d46463211498f9d12
|
||||
F www/lang.tcl 9192e114b19987e630a41e879585b87006eb84a1
|
||||
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 7a1147ff52df5f78b1a2e3502c1b78e4d3906968
|
||||
R 70cec44ce52f33287dc653dc6f09ba6e
|
||||
P 4fb52b4824cbc6d5fa23449bfb998ec9985f1336
|
||||
R 8ce7a777296ba6864c759a01f9a5ff43
|
||||
U drh
|
||||
Z 1c0690829dbb25a5c020dbc3ea86b416
|
||||
Z 68718bd37ac75d61e2700c6f1209e9cd
|
||||
|
@ -1 +1 @@
|
||||
4fb52b4824cbc6d5fa23449bfb998ec9985f1336
|
||||
b91854a67f5e3835aafbbb1f9c528f4011ffc3f9
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Run this TCL script to generate HTML for the index.html file.
|
||||
#
|
||||
set rcsid {$Id: index.tcl,v 1.30 2001/02/19 18:24:22 drh Exp $}
|
||||
set rcsid {$Id: index.tcl,v 1.31 2001/02/19 23:28:37 drh Exp $}
|
||||
|
||||
puts {<html>
|
||||
<head><title>SQLite: An SQL Database Library Built Atop GDBM</title></head>
|
||||
@ -64,7 +64,7 @@ for memory leaks and is found to be clean.</p>
|
||||
<p><b>Important Note:</b> A bug was found in the processing of UPDATE
|
||||
statements when the WHERE clause contained some terms that could be
|
||||
satisfied using indices and other terms which could not. The problem
|
||||
was fixed in version 1.0.21. Users of prior versions of SQLite should
|
||||
was fixed in version 1.0.22. Users of prior versions of SQLite should
|
||||
consider upgrading.</p>
|
||||
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user