Fixed an issue where copy/paste rows in view data paste the wrong value for boolean type. Fixes #6312

This commit is contained in:
Nikhil Mohite
2021-03-16 11:29:47 +05:30
committed by Akshay Joshi
parent 60dbb81883
commit 9395ce3fda
3 changed files with 18 additions and 0 deletions
+1
View File
@@ -49,3 +49,4 @@ 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 #6312 <https://redmine.postgresql.org/issues/6312>`_ - Fixed an issue where copy/paste rows in view data paste the wrong value for boolean type.