1
0
Fork 0

Changelog update.

This commit is contained in:
Amjith Ramanujam 2015-03-22 13:55:33 -07:00
parent 70f6800d5a
commit 67c0b3db08
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Bug Fixes:
----------
* Fix a bug where the schema qualifier was ignored by the auto-completion.
As a result the suggestions for tables vs functions are cleaner. (Thanks: darikg_)
* Remove scientific notation when formatting large numbers. (Thanks: `Daniel Rocco`_)
* Add the FUNCTION keyword to auto-completion.
* Display NULL values as <null> instead of empty strings.
* Fix the completion refresh when ``\connect`` is executed.