Lines Matching refs:file
12 # This file implements tests of the SQLITE_IOCAP_POWERSAFE_OVERWRITE property
13 # and the SQLITE_FCNTL_POWERSAFE_OVERWRITE file-control for manipulating it.
15 # The name of this file comes from the fact that we used to call the
19 set testdir [file dirname $argv0]
53 sqlite3 db file:test.db?psow=TRUE -uri 1
56 proc xDeleteCallback {method file args} {
57 set sz [file size $file]
85 sqlite3 db file:test.db?psow=FALSE -uri 1
94 # WAL file does not get too big.
101 sqlite3 db file:test.db?psow=TRUE -uri 1
105 file size test.db-wal
108 # Repeat the previous with POWERSAFE_OVERWRITE off. Verify that the WAL file
113 sqlite3 db file:test.db?psow=FALSE -uri 1
118 file size test.db-wal