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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Handle opening of non-UTF8 compatible files. Fixes #3
Date: 2018-03-02 13:36:56
Message-ID: E1erkro-000414-LO@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-03-02 13:37:12 Re: [pgAdmin4][RM#3129] handle encoding issue in File manager
Previous Message pgAdmin 4 Jenkins 2018-03-02 13:32:27 Jenkins build is back to normal : pgadmin4-master-python35 #505