diff options
author | drh <drh@noemail.net> | 2003-06-15 23:42:24 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2003-06-15 23:42:24 +0000 |
commit | ed717fe3b2e9e20da44c0b60d2f9311f34a91064 (patch) | |
tree | d0b3f30a6eeeb3ce36ed5b9c58551d7a76f29727 /test/trigger1.test | |
parent | 3ca691106b72a2934dfa30abc5456cb30a3b241e (diff) | |
download | sqlite-ed717fe3b2e9e20da44c0b60d2f9311f34a91064.tar.gz sqlite-ed717fe3b2e9e20da44c0b60d2f9311f34a91064.zip |
Enhance the "PRAGMA integrity_check" command to verify that all indices are
correctly constructed. New calls to integrity_check are made in the test
suite. These changes are intended to prevent any future problems such
as seen in ticket #334. (CVS 1024)
FossilOrigin-Name: c9734c27074d2039a1896a8c6965c08d03711b13
Diffstat (limited to 'test/trigger1.test')
-rw-r--r-- | test/trigger1.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/trigger1.test b/test/trigger1.test index e0cf88ad0..cc53cec1f 100644 --- a/test/trigger1.test +++ b/test/trigger1.test @@ -307,5 +307,6 @@ do_test trigger-4.4 { }; } {3 4 7 8} +integrity_check trigger-5.1 finish_test |