pgAdmin 4 commit: Fixed python exception error when user tries to downl - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed python exception error when user tries to downl
Date
Msg-id E1jOg1g-0003Tb-Ms@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed python exception error when user tries to download the CSV and there is a connection issue. Fixes #4858

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c41da41efe88cccd0df9ff75819cd956a70c07b6
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst                  |  1 +
.../js/sqleditor/query_tool_http_error_handler.js  |  2 +
web/pgadmin/tools/sqleditor/__init__.py            |  6 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 64 ++++++++++++++--------
4 files changed, 49 insertions(+), 24 deletions(-)


pgadmin-hackers by date:

Previous
From: Shubham Agarwal
Date:
Subject: Re: [pgAdmin4 Patch - RM 4440]
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][RM#4858] Allow user to reconnect to DB server whenconnection is drop