Lines Matching refs:PRAGMA
13 # "PRAGMA journal_mode=WAL" mode.
44 PRAGMA auto_vacuum = 0;
45 PRAGMA journal_mode = wal;
46 PRAGMA synchronous = normal;
51 PRAGMA wal_checkpoint;
64 PRAGMA synchronous = normal;
67 PRAGMA wal_checkpoint;
77 # Test that "PRAGMA journal_size_limit" works in wal mode.
81 PRAGMA journal_size_limit = 10000;
83 PRAGMA journal_mode = wal;
94 PRAGMA wal_checkpoint;
101 PRAGMA journal_size_limit = 8000;
102 PRAGMA wal_checkpoint;
120 PRAGMA journal_mode = wal;
141 PRAGMA wal_checkpoint
161 PRAGMA wal_checkpoint
176 PRAGMA journal_mode = wal;
220 PRAGMA auto_vacuum = 0;
221 PRAGMA page_size = 1024;
223 PRAGMA journal_mode = wal;
303 PRAGMA auto_vacuum = 0;
304 PRAGMA page_size = 1024;
306 PRAGMA journal_mode = wal;
314 execsql { PRAGMA wal_checkpoint }
344 PRAGMA auto_vacuum = 0;
345 PRAGMA page_size = 1024;
347 PRAGMA journal_mode = wal;
364 PRAGMA wal_checkpoint
376 PRAGMA auto_vacuum = 0;
377 PRAGMA page_size = 1024;
379 PRAGMA journal_mode = wal;
395 PRAGMA wal_checkpoint;
406 PRAGMA auto_vacuum = 0;
407 PRAGMA page_size = 1024;
409 PRAGMA journal_mode = wal;