[pgAdmin4][RM#4858] Allow user to reconnect to DB server when connection is drop

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][RM#4858] Allow user to reconnect to DB server when connection is drop
Date: 2020-04-10 13:31:00
Message-ID: CAKKotZSE2NN73s2nbnoxsNdZAw-nG7TBEvG3bPGx45TDUica9A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Upon downloading the csv file, we used the prompt for re-connecting to the
database server when there is a database server connection issue. Currently
the user tries to download CSV and there is a connection issue then it is
showing a python exception error.

Steps:
1) Open query tool
2) Execute -> SELECT 1,2,3
3) Disconnect from server from browser tree
4) Click on Download CSV button

Current: Python exception error
Expected: It should display dialog to reconnect the server.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
RM_4858.diff application/octet-stream 7.8 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Bill Evans 2020-04-10 14:07:22 Re: Proposal: Drop support for Internet Explorer
Previous Message Neel Patel 2020-04-10 12:10:49 Re: RM4292 - Dark mode support for Windows/macOS