[pgAdmin4][PATCH] To fix the issues with CSV file download

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][PATCH] To fix the issues with CSV file download
Date: 2017-05-08 12:14:00
Message-ID: CAKKotZS9mAg00K4YSP5PxLwDv5FJVrpNZwLTg4gabHpPkp4Lxg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find the patch to fix the issues in CSV file download feature,

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

2) To handle non-ascii query data
RM#2353

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

Please review.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
fixes_for_csv_download.diff text/plain 9.8 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-05-08 12:36:15 pgAdmin 4 commit: Fix various issues in CSV file download feature:
Previous Message Fahar Abbas 2017-05-08 11:54:37 Re: patch for RM2292 [pgadmin4]