pgAdmin 4 commit: Use POST instead of GET for Query Tool downloads to a

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Use POST instead of GET for Query Tool downloads to a
Date: 2019-02-27 17:13:43
Message-ID: E1gz2m7-0000bp-TN@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Use POST instead of GET for Query Tool downloads to avoid errors with long queries. Fixes #4013

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=acb61f0990ac0926719a43508903fa6fa5141732

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py | 4 ++--
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 11 ++++-------
2 files changed, 6 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2019-02-28 03:46:34 Re: Result grid rendering (was: Re: [pgAdmin4][Pattch] - RM #3673 - "Download as .csv" F8 does NOT work when one of joined files is a TEMPORARY file)
Previous Message Dave Page 2019-02-27 16:37:49 Re: [pgAdmin4][Patch]: RM #3933 Error dropping database pop up message displayed if user try to drop any database with Arabic character with non super user