pgAdmin 4 commit: Always make sure - we convert the psasword to string

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Always make sure - we convert the psasword to string
Date: 2016-05-13 19:44:43
Message-ID: E1b1J0t-0002M6-P1@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Always make sure - we convert the psasword to string in the as_dict
function.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=14839bf5dedfc5f433b5e82209acc5f18f0a2287
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-13 19:44:48 Re: psycopg2 issue when returning password from sqlite db to python [pgadmin4]
Previous Message Ashesh Vashi 2016-05-13 19:41:19 Re: [pgAdmin4][Patch]: Menu's canDrop as function is not callable