pgAdmin 4 commit: Make the browser more robust in the face ofmultibyte - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Make the browser more robust in the face ofmultibyte
Date
Msg-id E1ghzd7-0004kZ-CH@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Make the browser more robust in the face of multibyte characters in SQL_ASCII databases. Fixes #3877

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_1.rst                |  1 +
web/pgadmin/utils/driver/psycopg2/connection.py | 20 ++++-------
web/pgadmin/utils/driver/psycopg2/cursor.py     |  5 ++-
web/pgadmin/utils/driver/psycopg2/encoding.py   | 44 +++++++++++++++----------
web/pgadmin/utils/driver/psycopg2/typecast.py   |  9 +++--
5 files changed, 45 insertions(+), 34 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] - RM 3505 Incorrect SQL generated for tablescreated using inherited columns
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][patch] SQL_ASCII database related codec fix