pgAdmin 4 commit: Handle a potential error case in the connection statu

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Handle a potential error case in the connection statu
Date: 2018-06-05 10:58:00
Message-ID: E1fQ9f6-0000Mw-Dn@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-06-05 10:58:08 Re: [pgAdmin4][patch] sqleditor connection status minor patch
Previous Message Dave Page 2018-06-05 09:47:06 pgAdmin 4 commit: Fix constraint on servers table in SQLite to allow po