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 or safe. (Thanks: Joakim Koljonen_) Setting multi_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_)