pgAdmin 4 commit: Save error details when executing to CSV, if no data - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Save error details when executing to CSV, if no data
Date
Msg-id E1bmIkM-00086Y-Rs@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Save error details when executing to CSV, if no data is returned. This ensures the user gets some feedback rather than
nothingat all. Fixes #1592 

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=28ce31a0227f7460b79688e6ca85c23404190251
Author: Surinder Kumar <surinder.kumar@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py       | 21 ++++++++++++---------
web/pgadmin/utils/driver/psycopg2/__init__.py |  1 +
2 files changed, 13 insertions(+), 9 deletions(-)


pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: Re: [pgAdmin4][Patch]: RM1592 - Download as CSV should be supported for DDL
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM1592 - Download as CSV should be supported for DDL