pgAdmin 4 commit: Allow use of 0 (integer) and empty strings asparamet - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow use of 0 (integer) and empty strings asparamet
Date
Msg-id E1gIcYP-0000e5-G5@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Allow use of 0 (integer) and empty strings as parameters in the debugger. Fixes #3629

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=220fdf583e6848f2e6b52a2df121967cf37d2831
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_3_6.rst                   |  3 ++-
web/pgadmin/tools/debugger/__init__.py             | 23 +++++++++++-----------
.../tools/debugger/static/js/debugger_ui.js        |  3 +--
3 files changed, 15 insertions(+), 14 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: [pgAdmin4][Patch]: RM #3629 debugger: debug button does not becomeactive when arguments 0 (integer) or empty string/space (text) are used
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM #3629 debugger: debug button does notbecome active when arguments 0 (integer) or empty string/space (text) are used