]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
:-) (CVS 95)
authordrh <drh@noemail.net>
Mon, 12 Jun 2000 12:36:36 +0000 (12:36 +0000)
committerdrh <drh@noemail.net>
Mon, 12 Jun 2000 12:36:36 +0000 (12:36 +0000)
FossilOrigin-Name: 547e8b927bec0201bc1d3db899b966d5710b6c65

manifest
manifest.uuid
www/changes.tcl

index e5b4813ddae9587dd89d8cd0a1067a3e768fb212..30d3dfab6a567efa390abdebd2baa6f3e92a0a37 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C :-)\s(CVS\s94)
-D 2000-06-12T12:29:25
+C :-)\s(CVS\s95)
+D 2000-06-12T12:36:37
 F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4
 F Makefile.in b5693de0513e32f6e51bf0d1c62ea0d6b9a6c5d6
 F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958
@@ -58,13 +58,13 @@ F www/arch.fig 4e26e9dca3c49724fc8f554c695ddea9f2413156
 F www/arch.png c4d908b79065a72e7dcf19317f36d1324c550e87
 F www/arch.tcl 4f6a9afecc099a27bba17b4f8cc9561abc15dc40
 F www/c_interface.tcl 9ac800854272db5fe439e07b7435b243a5422293
-F www/changes.tcl cc4cd86f914e6f74df310ce831f42ae377872f3d
+F www/changes.tcl d78eb88c0577b72b87b4bbd89732de6fa7fac17a
 F www/fileformat.tcl b11435fcd2cf2238a1c5e6d16fe5e83bcd14d434
 F www/index.tcl 4116afce6a8c63d68882d2b00aa10b079e0129cd
 F www/lang.tcl 1645e9107d75709be4c6099b643db235bbe0a151
 F www/opcode.tcl 3cdc4bb2515fcfcbe853e3f0c91cd9199e82dadd
 F www/sqlite.tcl 5420eab24b539928f80ea9b3088e2549d34f438d
-P 3c0540e6fb103402c3f37fd2df17f9786b363db0
-R 99e4b358a80d190ed84563b0ca331e31
+P 84b506b06c58b709a03921e2a09ef34acafb9a4e
+R b02c359c5a2e02ed547523d2971bc5d3
 U drh
-Z 33fd740eb7418164407be11c56baa4b5
+Z 457d85fa662c0a37abde1c1f92c9178e
index 4831441bfede5a0d9bbaba73394fde6e726a1406..3b07e3544ef087c0c2732e14ce122b709980adc2 100644 (file)
@@ -1 +1 @@
-84b506b06c58b709a03921e2a09ef34acafb9a4e
\ No newline at end of file
+547e8b927bec0201bc1d3db899b966d5710b6c65
\ No newline at end of file
index 387a244cdab12f488315763f12389f02d798920d..452bf7cccb1e4d84739305ce99b39f64fead3ac9 100644 (file)
@@ -18,10 +18,12 @@ proc chng {date desc} {
 }
 
 chng {2000 June 12} {
-<li>Added a <b>fcnt()</b> function which is designed to help write better.
-    test scripts.  This function is not useful for anything other than
-    testing and debugging, as far as I know.</li>
-<li>Added a few more tests that take advantage of the new fcnt() function.
+<li>Added the fcnt() function to the SQL interpreter.  The fcnt() function
+    returns the number of database "Fetch" operations that have occurred.
+    This function is designed for use in test scripts to verify that
+    queries are efficient and appropriately optimized.  Fcnt() has no other
+    useful purpose, as far as I know.</li>
+<li>Added a bunch more tests that take advantage of the new fcnt() function.
     The new tests did not uncover any new problems.</li>
 }