pgAdmin 4 commit: Handle a potential error case in the connectionstatu

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Handle a potential error case in the connectionstatu
Дата
Msg-id E1fQ9f6-0000Mw-Dn@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Fix constraint on servers table in SQLite to allowpo
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][patch] sqleditor connection status minor patch