mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Allow statements like "REPLACE INTO tbl(rowid) VALUES(...)" to run without a statement journal as long as there are no triggers, foreign keys or indexes.
FossilOrigin-Name: 0e4225804010cb0e3f254e2dbffc4fe0e7d982ce
This commit is contained in:
@ -342,7 +342,7 @@ foreach {DO_MALLOC_TEST enc} {
|
||||
}
|
||||
execsql COMMIT
|
||||
} {}
|
||||
do_snippet_test $T.7.2 {one two} -1 3 {*}$testresults
|
||||
eval [list do_snippet_test $T.7.2 {one two} -1 3] $testresults
|
||||
|
||||
##########################################################################
|
||||
# Test the matchinfo function.
|
||||
|
Reference in New Issue
Block a user