pgAdmin 4 commit: Add support for asynchronous connections to the datab

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add support for asynchronous connections to the datab
Date: 2016-03-02 13:29:40
Message-ID: E1ab6qS-0008Kt-SE@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add support for asynchronous connections to the database server.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e138ec53b6e6fbf6a9cb9644edd9f79439b56773
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/utils/driver/abstract.py | 55 ++++-
web/pgadmin/utils/driver/psycopg2/__init__.py | 313 ++++++++++++++++++++++++--
2 files changed, 352 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-02 13:29:48 Re: [pgAdmin4][Patch]: Support for asynchronous connection in psycopg2
Previous Message Dave Page 2016-03-01 17:12:45 Re: [pgAdmin4] PATCH: View and Role Node