pgAdmin 4 commit: Ensure that null values handled properly in CSVdownl - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that null values handled properly in CSVdownl
Date
Msg-id E1geGch-0003lk-FC@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure that null values handled properly in CSV download. Fixes #3780

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=41c028f944806b34fbfb06a0a146672aa1e18d2b

Modified Files
--------------
Make.bat                                           |   5 -
docs/en_US/images/preferences_sql_csv_output.png   | Bin 140688 -> 71521 bytes
docs/en_US/preferences.rst                         |   1 +
docs/en_US/release_notes_3_7.rst                   |   1 +
pkg/mac/build.sh                                   |   5 -
pkg/pip/setup_pip.py                               |   1 -
requirements.txt                                   |   1 -
web/pgadmin/tools/sqleditor/__init__.py            |   3 +-
.../sqleditor/utils/query_tool_preferences.py      |  11 +
web/pgadmin/utils/csv.py                           | 761 +++++++++++++++++++++
web/pgadmin/utils/driver/psycopg2/connection.py    |  43 +-
web/pgadmin/utils/preferences.py                   |  13 +-
12 files changed, 821 insertions(+), 24 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: pgAdmin 4 commit: Improvement in the look and feel of the whole applica
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM 3780 pgAdmin4 lacks ability to specifyNULL values in CSV export