1
0
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:
dan
2010-02-18 08:19:19 +00:00
parent ad9f9f6693
commit da730f6eb4
5 changed files with 110 additions and 15 deletions

View File

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