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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that the query tool tab should be closed after
Date: 2021-04-01 06:44:30
Message-ID: E1lRr4A-0004Wy-CB@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(dot)parkale(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-04-01 06:44:56 Re: [pgAdmin][RM5519]: Unable to close tab after disconnecting server.
Previous Message Yogesh Mahajan 2021-04-01 06:36:00 Feature Test Fix