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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix handling of array types as inputs to the debugger
Date: 2018-11-27 11:18:51
Message-ID: E1gRbOF-00029n-Hx@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)joshi(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-11-27 11:19:19 Re: [pgAdmin4][Patch]: RM #3354 Debugger does not start if function has input vars of type array
Previous Message Dave Page 2018-11-27 11:04:46 Re: [pgAdmin4][Patch]: RM #3619 Unable to Re-Dock Query Tool Lower Window Component