[pgAdmin4][RM3903] Query Tool Initialization Error

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][RM3903] Query Tool Initialization Error
Date: 2019-01-28 09:02:07
Message-ID: CAM9w-_n93p+1+FX=6S2ryrnehbHOGO5=qHN+dQ_Taibf9LbdOg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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"

Attachment Content-Type Size
RM3903.patch application/octet-stream 5.1 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2019-01-28 09:19:00 Re: [pgAdmin4[RM#3935] Grant wizard fails to list down functions
Previous Message Akshay Joshi 2019-01-28 07:18:15 Re: [pgAdmin4[RM#3935] Grant wizard fails to list down functions