pgAdmin 4 commit: Update the user and datbaase information everytime, w

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Update the user and datbaase information everytime, w
Date: 2016-01-11 19:37:09
Message-ID: E1aIiH7-0007Qr-HO@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Update the user and datbaase information everytime, we connect the
server. And, delete them as soon as all connections are released.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f8fd93c207ba2110302102870bbc45d4fed51b54

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/__init__.py | 29 ++++++++++++++++++---------
1 file changed, 19 insertions(+), 10 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-01-12 05:03:38 Re: PATCH: Select2 control fix [ pgAdmin4 ]
Previous Message Ashesh Vashi 2016-01-11 18:39:11 pgAdmin 4 commit: Resolved an issue of selection in the Select2Cell, wh