pgAdmin 4 commit: Fix an encoding issue in the query tool. Fixes #3711

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix an encoding issue in the query tool. Fixes #3711
Дата
Msg-id E1gUE6V-0006Ls-SR@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix an encoding issue in the query tool. Fixes #3711

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7e3bd8b88a21fe8ce33b29cf64abfb3aa7bae185
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
.../tools/sqleditor/tests/test_encoding_charset.py | 15 ++++
web/pgadmin/utils/driver/psycopg2/connection.py    | 23 ++---
web/pgadmin/utils/driver/psycopg2/encoding.py      | 36 ++++++++
web/pgadmin/utils/tests/test_encoding.py           | 98 ++++++++++++++++++++++
4 files changed, 157 insertions(+), 15 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Select file background color change
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Update release notes.