[pgadmin-hackers] pgAdmin 4 commit: Fix dropping of databases with Unicode names. Fixes# - Mailing list pgadmin-hackers

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Fix dropping of databases with Unicode names. Fixes#
Date
Msg-id E1copBz-0001eR-27@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix dropping of databases with Unicode names. Fixes #2243

1. Pickup correct encoding in qtLiteral to decode.
2. While releasing database connection only decode database name if it's not unicode.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e4134695e564a6f696f7acbfb1b11a3026601dd7
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

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


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed 2190 - Move languageselection to Preferences.
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] patch for RM2243 and RM2244 [pgAdmin4]