Обсуждение: pgAdmin 4 commit: Make the browser more robust in the face ofmultibyte

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Make the browser more robust in the face ofmultibyte

От
Dave Page
Дата:
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(-)