pgAdmin 4 commit: During encryption password is converted to buffer (in

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: During encryption password is converted to buffer (in
Date: 2016-06-07 07:57:22
Message-ID: E1bABt4-0003yT-Rd@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-07 08:05:12 pgAdmin 4 commit: Remove and ignore code_snippets.rst as it's auto-gene
Previous Message Harshal Dhumal 2016-06-07 07:13:38 Re: User management functionality patch [pgadmin4]