pgAdmin 4 commit: During encryption password is converted to buffer (in - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: During encryption password is converted to buffer (in
Date
Msg-id E1bABt4-0003yT-Rd@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
During encryption password is converted to buffer (instead of
bytearray), and that is causing the issue in Python 2.

This was regress of commit-id: 37e2e1d24beb9d5a4474dfaacfa209d2c060991f

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7d08e42bbe34e01eef5649af4d98a51513f35d47

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/__init__.py | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Harshal Dhumal
Date:
Subject: Re: User management functionality patch [pgadmin4]
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: More doc updates.