pgAdmin 4 commit: Improvise the psycopg2 wrapped driver for PostgreSQL

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Improvise the psycopg2 wrapped driver for PostgreSQL
Date: 2016-04-04 07:00:22
Message-ID: E1amyUo-0005GZ-Ag@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improvise the psycopg2 wrapped driver for PostgreSQL to show formatted
message on demand.

Also - resolved an issue identifying the aborted transaction while using
the asychronous connection.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/utils/driver/abstract.py | 25 ++--
web/pgadmin/utils/driver/psycopg2/__init__.py | 183 +++++++++++++++++++++-----
2 files changed, 163 insertions(+), 45 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-04-04 07:01:11 Re: [pgAdmin4][Patch] Add formatted error message support in psycopg2
Previous Message Akshay Joshi 2016-04-01 11:47:49 Re: [pgAdmin4][Patch] Add formatted error message support in psycopg2