pgAdmin 4 commit: Fix an encoding issue in the query tool. Fixes #3711 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix an encoding issue in the query tool. Fixes #3711
Date
Msg-id E1gUE6V-0006Ls-SR@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Dave Page
Date:
Subject: Re: Select file background color change
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Update release notes.