pgAdmin 4 commit: Purge connections from the cache on logout. Fixes #37

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Purge connections from the cache on logout. Fixes #37
Date: 2018-10-17 11:42:45
Message-ID: E1gCkDt-0007Ga-IF@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Purge connections from the cache on logout. Fixes #3703

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=822d38474621bef9e5587873661b21735de0bb2b
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_3_5.rst | 3 ++-
web/pgadmin/__init__.py | 7 +++++++
web/pgadmin/utils/driver/psycopg2/__init__.py | 16 ++++++++++++++++
3 files changed, 25 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-10-17 11:42:51 Re: [pgAdmin4][RM3703] Clear user connections on logout
Previous Message Dave Page 2018-10-17 11:35:56 Re: [pgAdmin4][Patch] RM #3700 fix connection garbage collector