pgcli v2.2.0 Release Notes

Release Date: 2019-12-04 // over 4 years ago
  • ๐Ÿ”‹ Features:

    • โž• Add support for ANSI escape sequences for coloring the prompt (#1123).
    • โž• 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:

    • Error connecting to PostgreSQL 12beta1 (#1058). (Thanks: Irina Truong_ and Amjith Ramanujam_)
    • Empty query caused error message (#1019) (Thanks: Sebastian Janko_)
    • History navigation bindings in multiline queries (#1004) (Thanks: Pedro Ferrari_)
    • Can't connect to pgbouncer database (#1093). (Thanks: Irina Truong_)
    • ๐Ÿ›  Fix broken multi-line history search (#1031). (Thanks: Owen Stephens_)
    • ๐Ÿ›  Fix slow typing/movement when multi-line query ends in a semicolon (#994). (Thanks: Owen Stephens_)
    • ๐Ÿ›  Fix for PQconninfo not available in libpq < 9.3 (#1110). (Thanks: Irina Truong_)

    Internal:

    • Add optional but default squash merge request to PULL_REQUEST_TEMPLATE