mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480)
FossilOrigin-Name: 07c00fffe50e8380748f7ae02328531a75d64610
This commit is contained in:
@ -532,7 +532,7 @@ ifcapable conflict {
|
||||
# Also verify that references within trigger programs are resolved at
|
||||
# statement compile time, not trigger installation time. This means, for
|
||||
# example, that you can drop and re-create tables referenced by triggers.
|
||||
ifcapable tempdb {
|
||||
ifcapable tempdb&&attach {
|
||||
do_test trigger1-10.0 {
|
||||
file delete -force test2.db
|
||||
file delete -force test2.db-journal
|
||||
|
Reference in New Issue
Block a user