Re: [pgAdmin4][RM3903] Query Tool Initialization Error

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][RM3903] Query Tool Initialization Error
Date: 2019-01-29 06:16:06
Message-ID: CANxoLDdRh0tOKeeOAxKjsETPg1o6XVi2pq39vfNaZ4Hy_JO9Hg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks patch applied.

On Mon, Jan 28, 2019 at 2:32 PM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> Attached is the patch to fix "Query Tool Initialization Error" which
> occurs on opening query tool for some users.
> The problem was, request data was sent from client but was not read by
> back end service. In flask, if you receive POST data in a request you
> *must* read it before returning a response.
> Also removed a dead code, which was not referred/used anywhere.
>
> 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-29 09:35:05 [pgAdmin4][Patch]: RM 3697 Detached Data Output Tab (Windows) does not show Select output
Previous Message Akshay Joshi 2019-01-29 06:15:48 pgAdmin 4 commit: Fixed Query Tool Initialization Error. Fixes #3903