diff options
author | drh <drh@noemail.net> | 2002-02-19 13:39:21 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2002-02-19 13:39:21 +0000 |
commit | aaab5725dba68b9c40288cdce11619d601b460c1 (patch) | |
tree | 6c86629d0d3df2720d50a732cab4bfcc67c6059c /www/changes.tcl | |
parent | a80a1e6ae42f71331400db08120a8c8646a2f8e9 (diff) | |
download | sqlite-aaab5725dba68b9c40288cdce11619d601b460c1.tar.gz sqlite-aaab5725dba68b9c40288cdce11619d601b460c1.zip |
Change the name of the sanity_check PRAGMA to "integrity_check" and make
it available on all compiles. (CVS 381)
FossilOrigin-Name: c6e9048e66c8d8e2d5f6c62aa724eef3e9d9f572
Diffstat (limited to 'www/changes.tcl')
-rw-r--r-- | www/changes.tcl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/changes.tcl b/www/changes.tcl index fa8464d04..968294a2e 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -17,6 +17,11 @@ proc chng {date desc} { puts "<DD><P><UL>$desc</UL></P></DD>" } +chng {2002 Feb * (2.3.4)} { +<li>Change the name of the sanity_check PRAGMA to <b>integrity_check</b> + and make it available in all compiles.</li> +} + chng {2002 Feb 18 (2.3.3)} { <li>Allow identifiers to be quoted in square brackets, for compatibility with MS-Access.</li> @@ -33,7 +38,7 @@ chng {2002 Feb 18 (2.3.3)} { chng {2002 Feb 14 (2.3.2)} { <li>Bug fix: There was an incorrect assert() in pager.c. The real code was all correct (as far as is known) so everything should work OK if you - compile with -DNDEBUG=1. But without disability the assertions, there + compile with -DNDEBUG=1. When asserts are not disabled, there could be a fault.</li> } |