mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Modify test suite to work when SQLITE_OMIT_VIEW is defined. (CVS 2132)
FossilOrigin-Name: 711e8d7695dfc74b3f1ee00591dcdda2cd7fc7d5
This commit is contained in:
@ -193,6 +193,9 @@ do_test laststmtchanges-4.3 {
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# 5.x - complex tests with temporary tables and nested instead of triggers
|
||||
# These tests cannot run if the library does not have view support enabled.
|
||||
|
||||
ifcapable view {
|
||||
|
||||
do_test laststmtchanges-5.1 {
|
||||
catchsql {
|
||||
@ -262,4 +265,6 @@ do_test laststmtchanges-5.5 {
|
||||
}
|
||||
} {0 {0 1 0 3}}
|
||||
|
||||
} ;# ifcapable view
|
||||
|
||||
finish_test
|
||||
|
Reference in New Issue
Block a user