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

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Fix dropping of databases with Unicode names. Fixes#
Дата
Msg-id E1copBz-0001eR-27@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch]: Fixed 2190 - Move languageselection to Preferences.
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] patch for RM2243 and RM2244 [pgAdmin4]