Ensure that Columns should always be visible in the import/export dialog. Fixes #7252

This commit is contained in:
Aditya Toshniwal
2022-04-11 17:25:19 +05:30
committed by Akshay Joshi
parent 0c823455a0
commit a91762fb30
8 changed files with 133 additions and 45 deletions

View File

@@ -29,6 +29,7 @@ Bug fixes
| `Issue #7187 <https://redmine.postgresql.org/issues/7187>`_ - Fixed an issue where the downloaded ERD diagram was 0 bytes.
| `Issue #7188 <https://redmine.postgresql.org/issues/7188>`_ - Fixed an issue where the connection bar is not visible.
| `Issue #7231 <https://redmine.postgresql.org/issues/7231>`_ - Don't strip binaries when packaging them in the server RPM as this might break cpython modules.
| `Issue #7252 <https://redmine.postgresql.org/issues/7252>`_ - Ensure that Columns should always be visible in the import/export dialog.
| `Issue #7260 <https://redmine.postgresql.org/issues/7260>`_ - Fixed an issue where an Empty message popup after running a query.
| `Issue #7262 <https://redmine.postgresql.org/issues/7262>`_ - Ensure that Autocomplete should work after changing the connection.
| `Issue #7294 <https://redmine.postgresql.org/issues/7294>`_ - Fixed an issue where the copy and paste row does not work if the first column contains no data.