pgAdmin 4 commit: Add full support and testsfor all PG server sideenco

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add full support and testsfor all PG server sideenco
Дата
Msg-id E1gziZu-0007nd-Rg@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [RM#4040] Fix Download CSV option on IE11
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Update release notes.