summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2017-04-26 11:01:33 -0700
committerGitHub <noreply@github.com>2017-04-26 11:01:32 -0700
commitbad238f9964b31ceb3f1801d7a5e47c1b2549383 (patch)
treed637b3f14e2df601293075e524a58486bbaf0b00 /changelog.rst
parenta238f0a891031261dd735e82d7713937155f1384 (diff)
parent3d560baf6c84070da60fb0552722bb86db78a90e (diff)
Merge pull request #686 from owst/column_completion_for_order_by_and_distinct
Suggest columns for `ORDER BY` and `DISTINCT` (fixes #685)
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 0c2cca12..3102b8bd 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -8,6 +8,7 @@ Features:
=======
* Allow configurable character to be used for multi-line query continuations. (Thanks: `Owen Stephens`_)
+* Completions after ORDER BY and DISTINCT now take account of table aliases. (Thanks: `Owen Stephens`_)
Bug fixes:
----------