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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Make the browser more robust in the face ofmultibyte
Дата
Msg-id E1ghzd7-0004kZ-CH@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch] - RM 3505 Incorrect SQL generated for tablescreated using inherited columns
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][patch] SQL_ASCII database related codec fix