Lines Matching refs:mode
81 # EVIDENCE-OF: R-31969-57825 If EXCLUSIVE locking mode is set prior to
82 # the first WAL-mode database access, then SQLite never attempts to call
97 # remains in EXCLUSIVE mode as long as the journal mode is WAL; attempts
98 # to change the locking mode using "PRAGMA locking_mode=NORMAL;" are
112 # locking mode is to first change out of WAL journal mode.
134 # EVIDENCE-OF: R-57239-11845 If NORMAL locking mode is in effect for the
135 # first WAL-mode database access, then the shared-memory wal-index is
150 # a shared-memory wal-index, the locking mode can be changed freely
165 # is omitted, when the locking mode is EXCLUSIVE prior to the first
166 # WAL-mode database access, that the locking mode is stuck in EXCLUSIVE.
188 # mode, or the attempt convert a database into WAL mode, will fail.
205 # to version 3.7.0, 2010-07-22) from trying to recover a WAL-mode
208 # to 2 in WAL mode.
217 # EVIDENCE-OF: R-02535-05811 One can explicitly change out of WAL mode
225 # EVIDENCE-OF: R-60175-02388 Deliberately changing out of WAL mode