pgAdmin 4 commit: Graceful server reconnections.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Graceful server reconnections.
Date: 2016-03-22 15:35:14
Message-ID: E1aiOKw-0001kJ-Qw@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Graceful server reconnections.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b3c625f135c80f48b3df05bf72e7c1b51ca8de5f
Author: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/__init__.py | 152 +++++++++++++++++++++++---
1 file changed, 136 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-22 15:35:26 Re: On restarting/reloading the server establish the connections with database server smoothly
Previous Message Dave Page 2016-03-22 15:11:57 Re: Server side session management using the SQLite (per session) database