Skip to content

Commit

Permalink
Added DENY keyword for autocomplete & autocapitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
matriv committed Jul 11, 2017
1 parent b017fa4 commit 4de9c14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changes for crash
Unreleased
==========

- Expanded the list of keywords used by autocompletion and
autocapitalization.

2017/07/06 0.21.2
=================

Expand Down
2 changes: 1 addition & 1 deletion src/crate/crash/repl.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class SQLCompleter(Completer):
"current_date", "current_path", "current_role", "current_row",
"current_schema", "current_time", "current_timestamp", "current_user",
"cursor", "cycle", "data", "date", "day", "deallocate", "dec", "decimal",
"declare", "default", "deferrable", "deferred", "delete", "dense_rank",
"declare", "default", "deferrable", "deferred", "delete", "deny", "dense_rank",
"depth", "deref", "desc", "describe", "descriptor", "deterministic",
"diagnostics", "directory", "disconnect", "distinct", "distributed",
"do", "domain", "double", "drop", "duplicate", "dynamic", "each",
Expand Down

0 comments on commit 4de9c14

Please sign in to comment.