Ensure that the rename panel should be disabled when the SQL file opened in the query tool. Fixes #6058

This commit is contained in:
Nikhil Mohite
2020-12-10 18:13:04 +05:30
committed by Akshay Joshi
parent c7ae5024d5
commit c79614786f
4 changed files with 35 additions and 1 deletions
-1
View File
@@ -16,7 +16,6 @@ Housekeeping
| `Issue #5328 <https://redmine.postgresql.org/issues/5328>`_ - Improve code coverage and API test cases for Foreign Tables.
| `Issue #5337 <https://redmine.postgresql.org/issues/5337>`_ - Improve code coverage and API test cases for Views and Materialized Views.
| `Issue #5343 <https://redmine.postgresql.org/issues/5343>`_ - Improve code coverage and API test cases for Debugger.
| `Issue #6033 <https://redmine.postgresql.org/issues/6033>`_ - Update the cryptography python package for Python 3.5 and above.
| `Issue #6062 <https://redmine.postgresql.org/issues/6062>`_ - Ensure that code coverage should cover class and function declarations.
Bug fixes