pgAdmin 4 commit: Fixed the following issues in the debugger:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed the following issues in the debugger:
Date: 2022-06-20 13:36:46
Message-ID: E1o3HaA-000355-PE@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed the following issues in the debugger:
1. If debugger arguments are array debugger sets the null value to parameters.
2. Popup screen is not being closed if debug Package procedure/Function and select Null option.
3. Updated validation for debugger argument of the array type parameter.

refs #6132

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=4e3783c544ef0b706c292d33a7000a4ed5fa44d5
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/debugger/__init__.py | 64 +++++-------
.../tools/debugger/static/js/DebuggerConstants.js | 1 +
.../tools/debugger/static/js/DebuggerModule.js | 1 -
.../static/js/components/DebuggerArgs.ui.js | 69 +++++++++++--
.../js/components/DebuggerArgumentComponent.jsx | 112 ++++++++++++---------
.../static/js/components/DebuggerComponent.jsx | 5 +
.../debugger/static/js/components/ToolBar.jsx | 13 ++-
.../tools/debugger/static/js/debugger_utils.js | 7 +-
web/webpack.config.js | 2 +-
9 files changed, 175 insertions(+), 99 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-06-20 13:38:01 Re: [pgAdmin][RM-6132]: [React] Port debugger to React
Previous Message Nikhil Mohite 2022-06-20 07:42:45 Re: [pgAdmin][RM-6132]: [React] Port debugger to React