1) Fixed an issue where the incorrect values visible in the dependents tab for publication. Fixes #6307

2) Ensure that the primary key should be visible properly in the table dialog. Fixes #6316
This commit is contained in:
Pradip Parkale
2021-03-16 11:43:27 +05:30
committed by Akshay Joshi
parent 9395ce3fda
commit ff06a18155
5 changed files with 13 additions and 169 deletions

View File

@@ -49,4 +49,6 @@ Bug fixes
| `Issue #6286 <https://redmine.postgresql.org/issues/6286>`_ - Ensure that the template database should be visible while creating the database.
| `Issue #6292 <https://redmine.postgresql.org/issues/6292>`_ - Fixed string index out of range error where the dependent tab is in focus and selecting any publication or table.
| `Issue #6294 <https://redmine.postgresql.org/issues/6294>`_ - Fixed an issue where the dependent tab throwing an error when selecting any login/group role.
| `Issue #6307 <https://redmine.postgresql.org/issues/6307>`_ - Fixed an issue where the incorrect values visible in the dependents tab for publication.
| `Issue #6312 <https://redmine.postgresql.org/issues/6312>`_ - Fixed an issue where copy/paste rows in view data paste the wrong value for boolean type.
| `Issue #6316 <https://redmine.postgresql.org/issues/6316>`_ - Ensure that the primary key should be visible properly in the table dialog.