summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2019-10-16 20:57:19 -0700
committerGitHub <noreply@github.com>2019-10-16 20:57:19 -0700
commita713b5d08b0fae4e55066f5438522a173f79606b (patch)
tree8a39781567dfeffeb17facbe32c4c83f8086199e /changelog.rst
parent2bf01a77844532cce9686a45b227209f85646dde (diff)
parente9b18f9e84a5b26eb4a42633f6cee98597d70ad4 (diff)
Merge pull request #1107 from owst/function_arg_completions_with_alias
Take account of table aliases when completing function args (#1048)
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 225707c6..0d7a0ba0 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -6,6 +6,7 @@ Features:
* Add `\\G` as a terminator to sql statements that will show the results in expanded mode. This feature is copied from mycli. (Thanks: `Amjith Ramanujam`_)
* Removed limit prompt and added automatic row limit on queries with no LIMIT clause (#1079) (Thanks: `Sebastian Janko`_)
+* Function argument completions now take account of table aliases (#1048). (Thanks: `Owen Stephens`_)
Bug fixes:
----------