pgAdmin 4 commit: Fix an issue where debugger not showing all arguments - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix an issue where debugger not showing all arguments
Date
Msg-id E1j7cPY-0005TW-SS@gothos.postgresql.org
Whole thread Raw
List 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.toshniwal@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM5101] debugger not showing all arguments anymore after hitting sql error while debug
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5219] pgAdmin 4 GUI does not display properly on IE browser