pgAdmin 4 commit: Fix an issue where debugger not showing all arguments

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue where debugger not showing all arguments
Date: 2020-02-28 09:58:24
Message-ID: E1j7cPY-0005TW-SS@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue where debugger not showing all arguments anymore after hitting SQL error while debugging. Fixes #5101

Added a "Clear All" button to the argument dialog which will clear all the saved arguments values from SQLite DB.

Branch
------
master

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

Modified Files
--------------
docs/en_US/debugger.rst | 2 +
docs/en_US/images/debug_params.png | Bin 30249 -> 48886 bytes
docs/en_US/release_notes_4_19.rst | 1 +
web/pgadmin/static/js/backgrid.pgadmin.js | 52 +++++++++++
web/pgadmin/tools/debugger/__init__.py | 50 ++++++++++-
.../tools/debugger/static/js/debugger_ui.js | 97 ++++++++++++++++++---
.../tools/debugger/static/scss/_debugger.scss | 7 ++
7 files changed, 195 insertions(+), 14 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-02-28 09:59:19 Re: [pgAdmin][RM5219] pgAdmin 4 GUI does not display properly on IE browser
Previous Message Aditya Toshniwal 2020-02-28 07:09:22 Re: [pgAdmin][RM5101] debugger not showing all arguments anymore after hitting sql error while debug