pgAdmin 4 commit: Ensure that pgAdmin4 should work properly with psycop

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that pgAdmin4 should work properly with psycop
Date: 2019-04-08 12:20:00
Message-ID: E1hDTFo-00073G-Ow@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that pgAdmin4 should work properly with psycopg2 v2.8. Fixes #4143

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c21ea3c3423142410b7b8f43e0e6a6515516d865
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_5.rst | 7 +++++--
requirements.txt | 2 +-
web/pgadmin/utils/driver/psycopg2/cursor.py | 22 +++++++++++++++++++++-
3 files changed, 27 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-04-08 12:22:33 Re: [pgAdmin4][Patch]: Psycopg2 v2.8 fixes
Previous Message Khushboo Vashi 2019-04-08 11:36:43 Re: [pgAdmin4][Patch]: Psycopg2 v2.8 fixes