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:
@ -74,6 +74,15 @@ do_test laststmtchanges-1.5 {
|
||||
}
|
||||
} {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
|
||||
|
||||
@ -254,4 +263,3 @@ do_test laststmtchanges-5.5 {
|
||||
} {0 {0 1 0 3}}
|
||||
|
||||
finish_test
|
||||
|
||||
|
Reference in New Issue
Block a user