Re: [pgAdmin4][patch] pgAdmin4 better exception handling

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][patch] pgAdmin4 better exception handling
Date: 2019-01-23 07:37:07
Message-ID: CANxoLDeEjKDnxQorXZh7hrfbNN-MFErTrWqAH3ABkwcXuYy4iw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks patch applied.

On Wed, Jan 23, 2019 at 11:01 AM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> Attached patch will improve exception handling for pgAdmin4 on the server
> side. The app level exception handler will handle unhandled exception
> gracefully, logging it and sending the exception message as response.
> This will also help in getting the exception where users are facing query
> tool initialise error.
>
> Kindly review.
>
> --
> Thanks and Regards,
> Aditya Toshniwal
> Software Engineer | EnterpriseDB Software Solutions | Pune
> "Don't Complain about Heat, Plant a tree"
>

--
*Akshay Joshi*

*Sr. Software Architect *

*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-01-23 08:46:13 Re: [pgAdmin4][Patch] - RM 3850 - EXEC script generates incorrect syntax: ERROR: syntax error at or near
Previous Message Akshay Joshi 2019-01-23 07:36:11 pgAdmin 4 commit: Improve application level exception handling for unha