[pgAdmin][RM4511] Grant Wizard: Unable to handle multiple objects when query string parameter exceeds its limit

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM4511] Grant Wizard: Unable to handle multiple objects when query string parameter exceeds its limit
Date: 2020-01-20 07:01:59
Message-ID: CAM9w-_ke26jUW8mrcLvB_j_MeRRBgX-beOO2FibOvrmNYuFTYA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Attached is a patch to change the REST API method for getting SQL in grant
wizard. It will accept POST instead of GET now so that data can be sent
using "data" instead of URL args which was breaking for large dataset.

Also fixed a minor console error.

Kindly review.

--
Thanks and Regards,
Aditya Toshniwal
pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
RM4511.patch application/octet-stream 3.8 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-01-20 07:47:13 pgAdmin 4 commit: Improve code coverage and API test cases for the LANG
Previous Message Pradip Parkale 2020-01-20 06:13:43 Re: [pgAdmin][RM5050] Language node code coverage.