pgAdmin 4 commit: Make the browser more robust in the face of multibyte

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Make the browser more robust in the face of multibyte
Date: 2019-01-11 16:25:57
Message-ID: E1ghzd7-0004kZ-CH@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-01-11 16:26:22 Re: [pgAdmin4][patch] SQL_ASCII database related codec fix
Previous Message Dave Page 2019-01-11 16:20:14 Re: [pgAdmin4][Patch] - RM 3505 Incorrect SQL generated for tables created using inherited columns