pgAdmin 4 commit: Fix various issues in CSV file download feature:

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix various issues in CSV file download feature:
Date: 2017-05-08 12:36:15
Message-ID: E1d7htf-00077c-Tq@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix various issues in CSV file download feature:

1) To handle non-ascii filenames which we set from table name. Fixes #2314

2) To handle non-ascii query data. Fixes #2253

3) To dump JSON type columns properly in csv. Fixes #2360

Branch
------
master

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

Modified Files
--------------
requirements.txt | 1 +
web/pgadmin/tools/sqleditor/__init__.py | 28 ++++++--
web/pgadmin/utils/driver/psycopg2/__init__.py | 100 +++++++++++++++++++++-----
3 files changed, 106 insertions(+), 23 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-05-08 12:36:30 Re: [pgAdmin4][PATCH] To fix the issues with CSV file download
Previous Message Murtuza Zabuawala 2017-05-08 12:14:00 [pgAdmin4][PATCH] To fix the issues with CSV file download