Thread: pgAdmin 4 commit: Fix handling of array types as inputs to thedebugger

pgAdmin 4 commit: Fix handling of array types as inputs to thedebugger

From
Dave Page
Date:
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(-)