pgcli v1.3.0 Release Notes
-
๐ IMPORTANT: Python 2.6 is not officially supported anymore.
๐ Features:
- โ Add delimiters to displayed numbers. This can be configured via the config file. (Thanks:
Sergii
_). - ๐ Fix broken 'SHOW ALL' in redshift. (Thanks:
Manuel Barkhau
_). - ๐ Support configuring keyword casing preferences. (Thanks:
Darik Gamble
_). - Add a new multi_line_mode option in config file. The values can be
psql
orsafe
. (Thanks:Joakim Koljonen
_) Settingmulti_line_mode = safe
will make sure that a query will only be executed when Alt+Enter is pressed.
๐ Bug Fixes:
- ๐ Fix crash bug with leading parenthesis. (Thanks:
Joakim Koljonen
_). - โ Remove cumulative addition of timing data. (Thanks:
Amjith Ramanujam
_). - ๐ Handle unrecognized keywords gracefully. (Thanks:
Darik Gamble
_) - ๐ Use raw strings in regex specifiers. This preemptively fixes a crash in Python 3.6. (Thanks
Lele Gaifax
_)
Internal Changes:
- ๐ Set sqlparse version dependency to >0.2.0, <0.3.0. (Thanks:
Amjith Ramanujam
_). - XDG_CONFIG_HOME support for config file location. (Thanks:
Fabien Meghazi
_). - โ Remove Python 2.6 from travis test suite. (Thanks:
Amjith Ramanujam
_)
- โ Add delimiters to displayed numbers. This can be configured via the config file. (Thanks: