Ensure that the original file format should be retained when saving the same file in SQL editor. Fixes #3767

This commit is contained in:
Yogesh Mahajan
2020-08-03 13:18:04 +05:30
committed by Akshay Joshi
parent 87d08de3a0
commit 43e127de31
3 changed files with 19 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ Housekeeping
Bug fixes
*********
| `Issue #3767 <https://redmine.postgresql.org/issues/3767>`_ - Ensure that the original file format should be retained when saving the same file in SQL editor.
| `Issue #4810 <https://redmine.postgresql.org/issues/4810>`_ - Fixed an issue where the user is not able to save the new row if the table is empty.
| `Issue #5490 <https://redmine.postgresql.org/issues/5490>`_ - Make the runtime configuration dialog non-modal.
| `Issue #5632 <https://redmine.postgresql.org/issues/5632>`_ - Ensure that the user will be able to modify the start value of the Identity column.