pgAdmin 4 commit: Fixed an issue where a connection warning should be d - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where a connection warning should be d
Date
Msg-id E1lUUac-0002mQ-MN@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where a connection warning should be displayed when the user
clicks on explain or explain analyze and the database server is disconnected
from the browser tree. Fixes #6376

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1f4affcb1e74fea21707c28fbd98c3bb19bd781b

Modified Files
--------------
docs/en_US/release_notes_5_2.rst                                | 1 +
web/pgadmin/tools/sqleditor/utils/apply_explain_plan_wrapper.py | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][patch] Linter for JSX files
Next
From: Rahul Shirsat
Date:
Subject: [pgAdmin][patch] [Macro support] RM5908 Shortcut keys should be working with Manage macro & RM6161 Macro SQL input box cursor issue.