Searched refs:wal_autocheckpoint (Results 1 – 19 of 19) sorted by relevance
17 # and "PRAGMA wal_autocheckpoint" convenience interfaces.78 execsql { PRAGMA wal_autocheckpoint }81 execsql { PRAGMA wal_autocheckpoint = 10}84 execsql { PRAGMA wal_autocheckpoint }88 # The database connection is configured with "PRAGMA wal_autocheckpoint = 10".
29 PRAGMA wal_autocheckpoint=50; -- 50 pages57 PRAGMA wal_autocheckpoint=50; -- 50 pages79 PRAGMA wal_autocheckpoint=50; -- 50 pages103 PRAGMA wal_autocheckpoint=50; -- 50 pages
162 execsql { PRAGMA wal_autocheckpoint = 0 }198 PRAGMA wal_autocheckpoint = 0;239 PRAGMA wal_autocheckpoint = 0;337 PRAGMA wal_autocheckpoint = 0;387 PRAGMA wal_autocheckpoint = 0;429 PRAGMA wal_autocheckpoint = 0;461 PRAGMA wal_autocheckpoint = 0;
57 # EVIDENCE-OF: R-30135-06439 The wal_autocheckpoint pragma can be used62 # wal_autocheckpoint".67 uplevel [list $db eval "PRAGMA wal_autocheckpoint = $value"]
80 PRAGMA wal_autocheckpoint=OFF;105 PRAGMA wal_autocheckpoint=128;
33 PRAGMA wal_autocheckpoint = 128;86 PRAGMA wal_autocheckpoint = 128;
165 # interface and the wal_autocheckpoint pragma both invoke177 execsql { PRAGMA wal_autocheckpoint = 1000 }
198 PRAGMA wal_autocheckpoint = 0;231 PRAGMA wal_autocheckpoint = 0;
28 PRAGMA wal_autocheckpoint = 0;
136 execsql { PRAGMA wal_autocheckpoint = 10 }
45 PRAGMA wal_autocheckpoint = 0;624 PRAGMA wal_autocheckpoint = 100000;
1239 PRAGMA wal_autocheckpoint = 10;1267 execsql { PRAGMA wal_autocheckpoint = 1000 }1312 PRAGMA wal_autocheckpoint = OFF;
291 db eval { PRAGMA wal_autocheckpoint = 0 }
1263 PRAGMA wal_autocheckpoint = 0;
1318 PRAGMA wal_autocheckpoint = 0;
231 int (*wal_autocheckpoint)(sqlite3*,int); member570 #define sqlite3_wal_autocheckpoint sqlite3_api->wal_autocheckpoint
9288 ** [wal_autocheckpoint pragma] both invoke [sqlite3_wal_hook()] and will9314 ** ^The [wal_autocheckpoint pragma] can be used to invoke this interface
174 # Test a large rbu update to ensure that wal_autocheckpoint does not get
364 NAME: wal_autocheckpoint