pgAdmin 4 commit: Display errors during CSV download from the Query Too - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Display errors during CSV download from the Query Too
Date
Msg-id E1h9sY6-0003Kw-5e@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Display errors during CSV download from the Query Tool in the UI rather than putting them in the CSV file. Fixes #4085
Ensure the toolbar buttons are properly reset following a CSV download in the Query Tool. Fixes #4096

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7627e9c699eda9f5b8baf0cc37dce9d130de4a99
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_4.rst                   |   2 +
web/pgadmin/tools/sqleditor/__init__.py            |  16 +--
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 146 ++++++++++++---------
web/pgadmin/utils/driver/psycopg2/connection.py    |   6 +
4 files changed, 101 insertions(+), 69 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][RM4085] CSV download should show error messages inmessages tab and not in the CSV file
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] - RM 4082 - Download CSV error displayed forprocedure and functions with create script