pgAdmin 4 commit: Fix handling of SQL_ASCII data in the query tool. Fix

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix handling of SQL_ASCII data in the query tool. Fix
Date: 2018-06-21 12:26:09
Message-ID: E1fVyfB-0005OJ-2L@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin 4 Jenkins 2018-06-21 12:27:40 Build failed in Jenkins: pgadmin4-master-python26 #799
Previous Message Akshay Joshi 2018-06-21 11:10:24 [pgadmin4][Patch]: RM #3423 Drop option is not available for the procedure