pgAdmin 4 commit: Fix handling of array types as inputs to thedebugger - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix handling of array types as inputs to thedebugger
Date
Msg-id E1gRbOF-00029n-Hx@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix handling of array types as inputs to the debugger. Fixes #3354

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes.rst                       |   1 +
docs/en_US/release_notes_3_7.rst                   |  17 +++
web/pgadmin/static/js/backgrid.pgadmin.js          | 168 +++++++++++++++++++--
web/pgadmin/tools/debugger/__init__.py             |   5 +-
.../tools/debugger/static/js/debugger_ui.js        | 120 +++++++++------
.../templates/debugger/sql/execute_plpgsql.sql     |   2 +-
6 files changed, 255 insertions(+), 58 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM #3619 Unable to Re-Dock Query Tool LowerWindow Component
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM #3354 Debugger does not start if functionhas input vars of type array