pgAdmin 4 commit: Ensure that null values handled properly in CSV downl

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that null values handled properly in CSV downl
Date: 2019-01-01 09:46:07
Message-ID: E1geGch-0003lk-FC@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-01-01 09:48:08 Re: [pgAdmin4][Patch] - RM 3780 pgAdmin4 lacks ability to specify NULL values in CSV export
Previous Message Aditya Toshniwal 2019-01-01 05:39:51 Re: pgAdmin 4 commit: Improvement in the look and feel of the whole applica