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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an encoding issue in the query tool. Fixes #3711
Date: 2018-12-04 17:03:23
Message-ID: E1gUE6V-0006Ls-SR@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)vashi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-12-04 17:04:31 pgAdmin 4 commit: Update release notes.
Previous Message Dave Page 2018-12-04 13:13:57 Re: Select file background color change