pgcli v3.5.0 Release Notes
Release Date: 2022-09-15 // over 3 years ago-
🔋 Features:
- 🆕 New formatter is added to export query result to sql format (such as sql-insert, sql-update) like mycli.
🐛 Bug fixes:
- 🛠 Fix exception when retrieving password from keyring (issue 1338).
- 🛠 Fix using comments with special commands (issue 1362).
- 🏁 Small improvements to the Windows developer experience
- 🛠 Fix submitting queries in safe multiline mode (1360).
Internal:
- Port to psycopg3 (https://github.com/psycopg/psycopg).
- 🛠 Fix typos
Previous changes from v3.4.1
-
🐛 Bug fixes:
- 🛠 Fix the bug with Redshift not displaying word count in status (related issue).
- 👉 Show the error status for CSV output format.