pgAdmin 4 commit: Handle opening of non-UTF8 compatible files. Fixes#3

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Handle opening of non-UTF8 compatible files. Fixes#3
Дата
Msg-id E1erkro-000414-LO@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Handle opening of non-UTF8 compatible files. Fixes #3129

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=da7f088508b538651db7a1aee48b3efea593ecd5
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py            | 13 ++----
.../tools/sqleditor/utils/query_tool_fs_utils.py   | 53 ++++++++++++++++++++++
.../utils/tests/test_file_other_encoding.sql       |  2 +
.../utils/tests/test_file_utf8_encoding.sql        |  2 +
.../utils/tests/test_query_tool_fs_utils.py        | 45 ++++++++++++++++++
5 files changed, 105 insertions(+), 10 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: pgAdmin 4 Jenkins
Дата:
Сообщение: Jenkins build is back to normal : pgadmin4-master-python35 #505
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][RM#3129] handle encoding issue in File manager