Skip to content

Commit

Permalink
Only pragma_list was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Jun 4, 2024
1 parent 39ec5e4 commit a9bd88a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apsw/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -3038,6 +3038,7 @@ def complete(self, token, state):
"optimize(": None,
"page_count;": None,
"page_size=": None,
"pragma_list;": None,
"query_only=": _pragmas_bool,
"quick_check": None,
"read_uncommitted=": _pragmas_bool,
Expand Down

0 comments on commit a9bd88a

Please sign in to comment.