Fixed an issue where the Owner is not displayed in the reverse engineering SQL for Procedures. Fixes #7077

This commit is contained in:
Yogesh Mahajan
2021-12-24 16:09:51 +05:30
committed by Akshay Joshi
parent 45179ccb8c
commit 6d0ed91d31
43 changed files with 135 additions and 1 deletions

View File

@@ -19,3 +19,4 @@ Bug fixes
| `Issue #6745 <https://redmine.postgresql.org/issues/6745>`_ - Fixed an issue where Tablespace is created though an error is shown on the dialog.
| `Issue #7034 <https://redmine.postgresql.org/issues/7034>`_ - Fixed an issue where Columns with default value not showing when adding a new row.
| `Issue #7077 <https://redmine.postgresql.org/issues/7077>`_ - Fixed an issue where the Owner is not displayed in the reverse engineering SQL for Procedures.