mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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
This commit is contained in:
committed by
Dave Page
parent
a80f760933
commit
63d42745ef
@@ -40,3 +40,4 @@ SQLAlchemy==1.0.14
|
||||
sqlparse==0.1.19
|
||||
Werkzeug==0.9.6
|
||||
WTForms==2.0.2
|
||||
backports.csv==1.0.4; python_version <= '2.7'
|
||||
Reference in New Issue
Block a user