summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2017-08-06 21:14:40 -0600
committerGitHub <noreply@github.com>2017-08-06 21:14:40 -0600
commit99c9040c3dad802fd0825dc10a6b09b0e3beb017 (patch)
tree7b21dfa86472bbdcbd1ea7dfcb72a3fa2595ac84 /changelog.rst
parent30573ad72a19d593c98b2c99577ed6d467c5edce (diff)
parentb90beeb4d366e3ab584757c7965ee06e55bd3c95 (diff)
Merge pull request #771 from dbcli/koljonen/reservered_words
Don't quote identifiers that are non-reserved keywords
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 25216f4b..36cba819 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -5,6 +5,7 @@ Features:
---------
* Add fish-style auto-suggestion from history. (Thanks: `Amjith Ramanujam`_)
+* Don't quote identifiers that are non-reserved keywords. (Thanks: `Joakim Koljonen`_)
* Remove the ``...`` in the continuation prompt and use empty space instead. (Thanks: `Amjith Ramanujam`_)
Bug Fixes: