mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
FossilOrigin-Name: c41d55443c2dd532147962b87f542fb7d37075fd
This commit is contained in:
@ -195,7 +195,7 @@ 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 {
|
||||
ifcapable view&&tempdb {
|
||||
|
||||
do_test laststmtchanges-5.1 {
|
||||
catchsql {
|
||||
|
Reference in New Issue
Block a user