Thread: pgAdmin 4 commit: Drop all connections from the connection manager when

pgAdmin 4 commit: Drop all connections from the connection manager when

From
Dave Page
Date:
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(-)