From dd1da2913ba51837e6733c163b0027cf550214f3 Mon Sep 17 00:00:00 2001 From: Marios Trivyzas Date: Fri, 8 Dec 2023 12:21:18 +0200 Subject: [PATCH] Added ROLE keyword for autocomplete & autocapitalize Relates to: https://github.com/crate/crate/issues/12109 --- CHANGES.txt | 2 ++ crate/crash/repl.py | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 3bdca65a..702821cb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,6 +5,8 @@ Changes for crash Unreleased ========== +- Added ROLE keyword for autocomplete & autocapitalize + 2023/11/23 0.30.1 ================= diff --git a/crate/crash/repl.py b/crate/crash/repl.py index 9f43ed0f..154cc1a9 100644 --- a/crate/crash/repl.py +++ b/crate/crash/repl.py @@ -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",