pgAdmin 4 commit: Support loading files with Unicode BOMs. Fixes #2369

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Support loading files with Unicode BOMs. Fixes #2369
Date: 2017-05-09 11:06:53
Message-ID: E1d82yj-0001U4-6w@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Support loading files with Unicode BOMs. Fixes #2369

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=13f4432bbdf2c8eb502d2677f7a31cecf17574b5
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/misc/file_manager/__init__.py | 63 +++++++++++++++++++++++++++++++
web/pgadmin/tools/sqleditor/__init__.py | 56 +++++++++++----------------
2 files changed, 84 insertions(+), 35 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-05-09 11:07:04 Re: [pgAdmin4][PATCH] To add handling of BOM character in query tool
Previous Message Dave Page 2017-05-09 10:29:20 Re: [pgAdmin4][Patch][RM2257]: Query tool - Insert row doesn't use default values