pgAdmin 4 commit: Allow use of 0 (integer) and empty strings as paramet

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow use of 0 (integer) and empty strings as paramet
Date: 2018-11-02 16:44:13
Message-ID: E1gIcYP-0000e5-G5@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)joshi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-11-02 16:44:19 Re: [pgAdmin4][Patch]: RM #3629 debugger: debug button does not become active when arguments 0 (integer) or empty string/space (text) are used
Previous Message Akshay Joshi 2018-11-02 09:13:20 [pgAdmin4][Patch]: RM #3629 debugger: debug button does not become active when arguments 0 (integer) or empty string/space (text) are used