Skip to content

Commit

Permalink
Added ROLE keyword for autocomplete & autocapitalize
Browse files Browse the repository at this point in the history
Relates to: crate/crate#12109
  • Loading branch information
matriv committed Dec 8, 2023
1 parent c2bf0e0 commit dd1da29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Changes for crash
Unreleased
==========

- Added ROLE keyword for autocomplete & autocapitalize

2023/11/23 0.30.1
=================

Expand Down
6 changes: 3 additions & 3 deletions crate/crash/repl.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ class SQLCompleter(Completer):
"prepare", "privileges", "promote", "range", "read", "recursive", "refresh",
"rename", "repeatable", "replace", "replica", "repository", "reroute",
"reset", "restore", "retry", "return", "returns", "revoke", "right",
"row", "rows", "schema", "schemas", "second", "select", "serializable",
"session", "session_user", "set", "shard", "shards", "short", "show",
"snapshot", "some", "storage", "stratify", "strict", "string",
"role", "row", "rows", "schema", "schemas", "second", "select",
"serializable", "session", "session_user", "set", "shard", "shards", "short",
"show", "snapshot", "some", "storage", "stratify", "strict", "string",
"substring", "summary", "swap", "system", "table", "tables",
"tablesample", "text", "then", "time", "timestamp", "to",
"token_filters", "tokenizer", "trailing", "transaction",
Expand Down

0 comments on commit dd1da29

Please sign in to comment.