Adding upstream version 3.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ec5391b244
commit
d1eab1eea9
50 changed files with 952 additions and 634 deletions
|
@ -1,3 +1,37 @@
|
|||
TBD
|
||||
=====
|
||||
|
||||
Features:
|
||||
---------
|
||||
|
||||
Bug fixes:
|
||||
----------
|
||||
|
||||
3.2.0
|
||||
=====
|
||||
|
||||
Release date: 2021/08/23
|
||||
|
||||
Features:
|
||||
---------
|
||||
|
||||
* Consider `update` queries destructive and issue a warning. Change
|
||||
`destructive_warning` setting to `all|moderate|off`, vs `true|false`. (#1239)
|
||||
* Skip initial comment in .pg_session even if it doesn't start with '#'
|
||||
* Include functions from schemas in search_path. (`Amjith Ramanujam`_)
|
||||
|
||||
Bug fixes:
|
||||
----------
|
||||
|
||||
* Fix issue where `syntax_style` config value would not have any effect. (#1212)
|
||||
* Fix crash because of not found `InputMode.REPLACE_SINGLE` with prompt-toolkit < 3.0.6
|
||||
* Fix comments being lost in config when saving a named query. (#1240)
|
||||
* Fix IPython magic for ipython-sql >= 0.4.0
|
||||
* Fix pager not being used when output format is set to csv. (#1238)
|
||||
* Add function literals random, generate_series, generate_subscripts
|
||||
* Fix ANSI escape codes in first line make the cli choose expanded output incorrectly
|
||||
* Fix pgcli crashing with virtual `pgbouncer` database. (#1093)
|
||||
|
||||
3.1.0
|
||||
=====
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue