Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Repairs to the previous fix (CVS 187) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b91854a67f5e3835aafbbb1f9c528f40 |
User & Date: | drh 2001-02-19 23:28:37.000 |
Context
2001-02-19
| ||
23:30 | Version 1.0.22 (CVS 481) (check-in: ec861066e3 user: drh tags: trunk) | |
23:28 | Repairs to the previous fix (CVS 187) (check-in: b91854a67f user: drh tags: trunk) | |
23:23 | Repairs to the previous fix (CVS 186) (check-in: 4fb52b4824 user: drh tags: trunk) | |
Changes
Changes to www/index.tcl.
1 2 3 | # # Run this TCL script to generate HTML for the index.html file. # | | | 1 2 3 4 5 6 7 8 9 10 11 | # # Run this TCL script to generate HTML for the index.html file. # 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> <body bgcolor=white> <h1 align=center>SQLite: An SQL Database Library Built Atop <a href="http://www.gnu.org/software/gdbm/gdbm.html">GDBM</a></h1> <p align=center>} |
︙ | ︙ | |||
60 61 62 63 64 65 66 | all code except for a few areas which are unreachable or which are only reached when <tt>malloc()</tt> fails. The code has been tested 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 | | | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | all code except for a few areas which are unreachable or which are only reached when <tt>malloc()</tt> fails. The code has been tested 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.22. Users of prior versions of SQLite should consider upgrading.</p> <p> Among the SQL features that SQLite does not currently implement are:</p> <p> <ul> |
︙ | ︙ |