pgAdmin 4 commit: Ensure Javascript errors during Query Tool execution

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure Javascript errors during Query Tool execution
Date: 2019-10-29 15:51:35
Message-ID: E1iPTmR-0006sm-18@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure Javascript errors during Query Tool execution are reported as such and not as Ajax errors.. Fixes #4564

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4f9d2de8cdddbce63489310346d8c94141e249b7
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_15.rst | 1 +
web/pgadmin/static/js/sqleditor/execute_query.js | 32 ++++++++++++++----------
2 files changed, 20 insertions(+), 13 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-10-29 15:51:50 Re: [pgAdmin][RM4564] JS errors in the Query Tool are caught as ajax errors
Previous Message Dave Page 2019-10-29 15:31:11 Re: [pgAdmin][RM4351] Confirm before close of properties dialog if changes not saved