pgcli v3.5.0 Release Notes
Release Date: 2022-09-15 // over 2 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.