pgAdmin 4 commit: Disconnect the database connection only once not ever

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Disconnect the database connection only once not ever
Date: 2016-02-18 11:38:54
Message-ID: E1aWMv8-00057u-SG@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Disconnect the database connection only once not every time before
running the offline queries i.e. renaming of the database, using
different tablespce for the database, etc.

Branch
------
master

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

Modified Files
--------------
.../browser/server_groups/servers/databases/__init__.py | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-02-18 11:43:09 pgAdmin 4 commit: Creating separate .gitignore for runtime, and added t
Previous Message Ashesh Vashi 2016-02-18 11:10:16 Re: Minor database patch [pgadmin4]