pgAdmin 4 commit: Handle a potential error case in the connectionstatu - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Handle a potential error case in the connectionstatu
Date
Msg-id E1fQ9f6-0000Mw-Dn@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Handle a potential error case in the connection status monitoring.

 When you disconnect the server with an open sqleditor tab, exception
 occurs at the back end. Also, after connecting server, the sqleditor
 is not able to connect back because of the exception.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=920934759f4f608e6b707328e3306099c12f48e1
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py | 29 +++++++++++++++++------------
1 file changed, 17 insertions(+), 12 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix constraint on servers table in SQLite to allowpo
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][patch] sqleditor connection status minor patch