Lines Matching refs:PRAGMA
30 PRAGMA temp.integrity_check;
56 PRAGMA main.cache_size = 10;
57 PRAGMA temp.cache_size = 10;
75 do_execsql_test 3.1.4 { PRAGMA temp.integrity_check } {ok}
86 do_execsql_test 3.2.2 { PRAGMA temp.integrity_check } {ok}
92 PRAGMA main.cache_size = 10;
93 PRAGMA temp.cache_size = 10;
102 PRAGMA temp.page_count;
122 set n [db one { PRAGMA temp.page_count }]
126 do_execsql_test 4.1.4 { PRAGMA temp.integrity_check } {ok}
132 PRAGMA main.cache_size = 10;
133 PRAGMA temp.cache_size = 10;
148 set n [db one { PRAGMA temp.page_count }]
166 do_execsql_test 5.1.5 { PRAGMA temp.integrity_check } {ok}
183 PRAGMA main.cache_size = 10;
184 PRAGMA temp.cache_size = 10;
211 PRAGMA auto_vacuum=INCREMENTAL;
221 PRAGMA incremental_vacuum(4);
223 PRAGMA integrity_check;
232 PRAGMA auto_vacuum = OFF;
237 PRAGMA page_count;
243 PRAGMA auto_vacuum = OFF;
244 PRAGMA page_size = 8192;
249 PRAGMA page_count;
262 PRAGMA integrity_check;
263 PRAGMA page_size;
289 PRAGMA cache_size = 15;
290 PRAGMA auto_vacuum = 1;
292 execsql "PRAGMA journal_mode = $mode"
305 do_execsql_test 9.$tn.$i.2 { PRAGMA integrity_check } ok
312 do_execsql_test 9.$tn.$i.4 { PRAGMA integrity_check } ok
322 do_execsql_test 9.$tn.$i.6 { PRAGMA integrity_check } ok
333 PRAGMA cache_size = 50;
334 PRAGMA page_size = 1024;
353 do_execsql_test 10.2 { PRAGMA mmap_size = 512000 } 512000
358 do_execsql_test 10.4 { PRAGMA integrity_check } ok