Lines Matching refs:mode
13 # "PRAGMA journal_mode=WAL" mode.
21 # "PRAGMA journal_mode=WAL" treats "WAL" as an unrecognized mode.
76 # in the file system. This file should default to WAL mode.
131 # from WAL to rollback mode because a second connection has the database
182 # to WAL mode. WAL mode is for persistent file-backed databases only.
279 # Test changing to WAL mode from journal_mode=off or journal_mode=memory
281 foreach {tn mode} {
291 PRAGMA journal_mode = $mode;
294 } [list $mode wal]
364 # Change to WAL mode on test2.db and make sure (in the tests that follow)
365 # that this mode change persists.