pgAdmin 4 commit: Save error details when executing to CSV, if no data

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Save error details when executing to CSV, if no data
Date: 2016-09-20 10:57:54
Message-ID: E1bmIkM-00086Y-Rs@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Save error details when executing to CSV, if no data is returned. This ensures the user gets some feedback rather than nothing at all. Fixes #1592

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=28ce31a0227f7460b79688e6ca85c23404190251
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-20 10:58:01 Re: [pgAdmin4][Patch]: RM1592 - Download as CSV should be supported for DDL
Previous Message Surinder Kumar 2016-09-20 10:39:25 Re: [pgAdmin4][Patch]: RM1592 - Download as CSV should be supported for DDL