Re: [pgAdmin][RM4263] "Not connected to the server or the connection to the server has been closed." returned with some queries

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM4263] "Not connected to the server or the connection to the server has been closed." returned with some queries
Date: 2019-05-23 07:53:51
Message-ID: CA+OCxowSWeY-om=86WqGKEKzhmCKd01C2-mcLq5RG6m6A5ph3g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, applied.

On Wed, May 22, 2019 at 6:12 AM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> Attached is the quick fix for the issue. The problem was with parsing
> failure of JSON result in explain plan code. I have added an api test case
> to check length of result format to match with JS code expectations for
> explain plan.
>
> Kindly review.
> --
> Thanks and Regards,
> Aditya Toshniwal
> Software Engineer | EnterpriseDB India | Pune
> "Don't Complain about Heat, Plant a TREE"
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-05-23 08:00:55 Re: [pgAdmin][RM4195] Tab navigation is broken in Query tool (Accessibility)
Previous Message Dave Page 2019-05-23 07:53:34 pgAdmin 4 commit: Fix handling of JSON in the Query Tool with NULL elem