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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Drop all connections from the connection manager when
Date: 2016-09-22 11:57:55
Message-ID: E1bn2dX-0003mW-MI@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)dhumal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-22 11:58:41 pgAdmin 4 commit: Update regression tests to resolve issues where datab
Previous Message Dave Page 2016-09-22 11:42:10 pgAdmin 4 commit: Document keyboard shortcuts. Fixes #1727