pgcli v1.6.0 Release Notes

  • πŸ”‹ Features:

    • βž• Add time option for prompt (Thanks: Gustavo Castro_)
    • Suggest objects from all schemas (not just those in search_path) (Thanks: Joakim Koljonen_)
    • Casing for column headers (Thanks: Joakim Koljonen_)
    • πŸ‘ Allow configurable character to be used for multi-line query continuations. (Thanks: Owen Stephens_)
    • Completions after ORDER BY and DISTINCT now take account of table aliases. (Thanks: Owen Stephens_)
    • Narrow keyword candidates based on previous keyword. (Thanks: Γ‰tienne Bersac_)
    • Opening an external editor will edit the last-run query. (Thanks: Thomas Roten_)
    • πŸ‘Œ Support query options in postgres URIs such as ?sslcert=foo.pem (Thanks: Alexander Schmolck_)

    πŸ› Bug fixes:

    • πŸ›  Fixed external editor bug (issue #668). (Thanks: Irina Truong_).
    • πŸ’» Standardize command line option names. (Thanks: Russell Davies_)
    • Improve handling of lock_not_available error (issue #700). (Thanks: Jackson Popkin <https://github.com/jdpopkin>_)
    • πŸ›  Fixed user option precedence (issue #697). (Thanks: Irina Truong_).

    Internal changes:

    • βš™ Run pep8 checks in travis (Thanks: Irina Truong_).
    • βž• Add pager wrapper for behave tests (Thanks: Dick Marinus_).
    • Behave quit pgcli nicely (Thanks: Dick Marinus_).
    • βœ… Behave test source command (Thanks: Dick Marinus_).
    • Behave fix clean up. (Thanks: Dick Marinus_).
    • βœ… Test using behave the tee command (Thanks: Dick Marinus_).
    • 🚚 Behave remove boiler plate code (Thanks: Dick Marinus_).
    • ⚑️ Behave fix pgspecial update (Thanks: Dick Marinus_).
    • βž• Add behave to tox (Thanks: Dick Marinus_).