pgAdmin 4 commit: Allow the connection driver to return notices/message

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow the connection driver to return notices/message
Date: 2016-03-04 10:35:55
Message-ID: E1abn5P-0005E9-KD@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Allow the connection driver to return notices/messages from the server.

Branch
------
master

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-04 10:36:03 Re: [pgAdmin IV] PATCH: Add support for the notices/messages from the backend server.
Previous Message Dave Page 2016-03-04 10:27:18 Re: PATCH: Preferences/Options dialog