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

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

From
Dave Page
Date:
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(-)