pgAdmin 4 commit: Purge connections from the cache on logout. Fixes#37 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Purge connections from the cache on logout. Fixes#37
Date
Msg-id E1gCkDt-0007Ga-IF@gothos.postgresql.org
Whole thread Raw
List 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.dhumal@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] RM #3700 fix connection garbage collector
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][RM3703] Clear user connections on logout