pgcli v0.12.0 Release Notes

  • ๐Ÿ”‹ Features:

    • โฌ†๏ธ Upgrade to prompt_toolkit version 0.26 (Thanks: https://github.com/macobo)
      • Adds Ctrl-left/right to move the cursor one word left/right respectively.
      • Internal API changes.
    • IPython integration through ipython-sql_ (Thanks: Darik Gamble_)
      • Add an ipython magic extension to embed pgcli inside ipython.
      • Results from a pgcli query are sent back to ipython.
    • Multiple sql statements in the same line separated by semi-colon. (Thanks: https://github.com/macobo)

    .. _ipython-sql: https://github.com/catherinedevlin/ipython-sql

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix 'message' attribute not found exception in Python 3. (Thanks: https://github.com/GMLudo)
    • 0๏ธโƒฃ Use the database username as the database name instead of defaulting to OS username. (Thanks: https://github.com/fpietka)
    • Auto-completion for auto-escaped column/table names.
    • ๐Ÿ›  Fix i-reverse-search to work in prompt_toolkit version 0.26.