pgAdmin 4 commit: [Python 3 compability] decode function used in 'needs - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: [Python 3 compability] decode function used in 'needs
Date
Msg-id E1aG3Ty-0005cG-AZ@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
[Python 3 compability] decode function used in 'needsQuoting' function
is not available on Python 3.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b309b1ffb8b6d1e2cbcf160fc91fe4e8312dadf6
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/__init__.py | 80 ++++++++++++++-------------
1 file changed, 42 insertions(+), 38 deletions(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Do not close the privilege cell editor, when clicked
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Pass the tree item object to the menu objects, which