1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

All tests pass even if OMIT_TRIGGER is defined. (CVS 2053)

FossilOrigin-Name: c33b3a613751057e8a46fdcd428b8448329d414d
This commit is contained in:
drh
2004-11-04 04:42:28 +00:00
parent bf8aa33bba
commit 798da52ce7
20 changed files with 349 additions and 261 deletions

View File

@ -61,6 +61,14 @@ do_test lastinsert-1.4 {
}
} {0 3}
# All remaining tests involve triggers. Skip them if triggers are not
# supported in this build.
#
ifcapable {!trigger} {
finish_test
return
}
# ----------------------------------------------------------------------------
# 2.x - tests with after insert trigger
@ -316,4 +324,3 @@ do_test lastinsert-7.6 {
} {0 1205}
finish_test