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

2019-01-22 Thread Akshay Joshi
Thanks patch applied. On Wed, Jan 23, 2019 at 11:01 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.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, log

[pgAdmin4][patch] pgAdmin4 better exception handling

2019-01-22 Thread Aditya Toshniwal
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 quer