pgAdmin 4 commit: Check for the connection status before executing the - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Check for the connection status before executing the
Date
Msg-id E1b0lRA-0005wj-GR@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Check for the connection status before executing the statement for
checking the 'server in recovery' information.

Thanks Khushboo for reporting the issue.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=40a949038290e21d9952591cdaa9efff678603fe
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/__init__.py | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: PATCH: Fixed sql execution issue (pgAdmin4)
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Use the same cursor object of a connection object onl