pgAdmin 4 commit: Add full support and testsfor all PG server side enco

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Add full support and testsfor all PG server side enco
Date: 2019-03-01 13:51:54
Message-ID: E1gziZu-0007nd-Rg@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add full support and testsfor all PG server side encodings. Fixes #3992. Fixes #3982. Fixes #3911

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=849e34c2f763a9d084bd21840df6dde60c0a1b06
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
.../tools/sqleditor/tests/test_encoding_charset.py | 187 +++++++++++++++++++--
web/pgadmin/utils/driver/psycopg2/connection.py | 25 +--
web/pgadmin/utils/driver/psycopg2/encoding.py | 64 +++++--
web/pgadmin/utils/driver/psycopg2/typecast.py | 12 +-
web/pgadmin/utils/tests/test_encoding.py | 154 +++++++++++++++--
5 files changed, 380 insertions(+), 62 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-03-01 13:54:16 pgAdmin 4 commit: Update release notes.
Previous Message Dave Page 2019-03-01 13:33:01 Re: [RM#4040] Fix Download CSV option on IE11