pgAdmin 4 commit: Drop all connections from the connection manager when - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Drop all connections from the connection manager when
Date
Msg-id E1bn2dX-0003mW-MI@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Drop all connections from the connection manager when a server is dropped to avoid issues if sqlite reuses an ID. Fixes
#1720

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f117685d77ce075e1c99ff7c32172f695850f95c
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/server_groups/servers/__init__.py | 18 ++----------------
web/pgadmin/utils/driver/psycopg2/__init__.py         | 11 +++++++++++
2 files changed, 13 insertions(+), 16 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Document keyboard shortcuts. Fixes #1727
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Update regression tests to resolve issues where datab