Thread: pgAdmin 4 commit: Ensure that the query tool tab should be closed after

pgAdmin 4 commit: Ensure that the query tool tab should be closed after

From
Akshay Joshi
Date:
Ensure that the query tool tab should be closed after server disconnection when auto-commit/auto-rollback is set to
false.Fixes #5519 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=566f03becaebccb06ffa54e0bf8d4ce6908a02df
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_5_2.rst                   |  3 +-
.../server_groups/servers/static/js/server.js      |  2 +-
.../static/js/sqleditor/new_connection_dialog.js   |  2 +-
web/pgadmin/tools/datagrid/static/js/show_data.js  |  2 +-
web/pgadmin/tools/sqleditor/__init__.py            | 44 +++++++++++++++++++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 49 ++++++++++++++++++----
6 files changed, 89 insertions(+), 13 deletions(-)