Skip to content

Commit 4a5cd40

Browse files
committed
Add in the constants for wal_checkpoint pragma
1 parent 36d26fc commit 4a5cd40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apsw/shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3271,7 +3271,7 @@ def complete(self, token, state):
32713271
"trusted_schema": _pragmas_bool,
32723272
"user_version=": None,
32733273
"wal_autocheckpoint=": None,
3274-
"wal_checkpoint": None,
3274+
"wal_checkpoint": ("PASSIVE", "FULL", "RESTART", "TRUNCATE", "NOOP"),
32753275
"writable_schema": _pragmas_bool,
32763276
}
32773277

0 commit comments

Comments
 (0)