1
0
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:
danielk1977
2004-11-22 08:43:32 +00:00
parent 03aded4924
commit 0fa8ddbdec
20 changed files with 135 additions and 46 deletions

View File

@ -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