pgAdmin 4 commit: Fix handling of SQL_ASCII data in the query tool.Fix - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix handling of SQL_ASCII data in the query tool.Fix
Date
Msg-id E1fVyfB-0005OJ-2L@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix handling of SQL_ASCII data in the query tool. Fixes #3289. Fixes #3250

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=df85392bbf2203e8d4b0796dd449f8a29cf30618
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py            |   6 +-
.../tools/sqleditor/tests/test_encoding_charset.py | 113 +++++++++++++++++++++
web/pgadmin/utils/ajax.py                          |   5 +-
web/pgadmin/utils/driver/psycopg2/connection.py    |  49 +++++++--
web/pgadmin/utils/driver/psycopg2/typecast.py      |  41 +++-----
web/regression/python_test_utils/test_utils.py     |  12 ++-
6 files changed, 188 insertions(+), 38 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: [pgadmin4][Patch]: RM #3423 Drop option is not available for the procedure
Next
From: pgAdmin 4 Jenkins
Date:
Subject: Build failed in Jenkins: pgadmin4-master-python26 #799