pgAdmin 4 commit: Add full support and testsfor all PG server sideenco - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add full support and testsfor all PG server sideenco
Date
Msg-id E1gziZu-0007nd-Rg@gothos.postgresql.org
Whole thread Raw
List 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.vashi@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [RM#4040] Fix Download CSV option on IE11
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Update release notes.