Searched refs:wal_checkpoint (Results 1 – 3 of 3) sorted by relevance
232 int (*wal_checkpoint)(sqlite3*,const char*); member560 #define sqlite3_wal_checkpoint sqlite3_api->wal_checkpoint
247623 - # does "PRAGMA wal_checkpoint=truncate" to truncate the wal file247649 - sql2 { INSERT INTO t1 VALUES(1, 2) ; PRAGMA wal_checkpoint=truncate }247676 - PRAGMA wal_checkpoint; 247718 - PRAGMA wal_checkpoint = truncate;247830 - PRAGMA wal_checkpoint = truncate;247873 - sql2 { PRAGMA wal_checkpoint = truncate }247952 + # does "PRAGMA wal_checkpoint=truncate" to truncate the wal file247978 + sql2 { INSERT INTO t1 VALUES(1, 2) ; PRAGMA wal_checkpoint=truncate }248005 + PRAGMA wal_checkpoint; 248047 + PRAGMA wal_checkpoint = truncate;[all …]
128003 int (*wal_checkpoint)(sqlite3*,const char*);128327 #define sqlite3_wal_checkpoint sqlite3_api->wal_checkpoint