Обсуждение: pgAdmin 4 commit: Fixed debugger execution issues:

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Fixed debugger execution issues:

От
Akshay Joshi
Дата:
Fixed debugger execution issues:
 1. Allow debugging of EPAS package procedures/functions with INOUT params.
 2. Add support for indirect debugging for EPAS package procedures/functions.
 3. Allow debugging with NULL param values.
 4. Remove saved debug arguments.

Fixes #3191

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=208ee4da8c19a81b5907b436e2eb16a72591234e
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_3_3.rst                   |   1 +
web/migrations/versions/ca00ec32581b_.py           |  34 +++++
web/pgadmin/model/__init__.py                      |   2 +-
web/pgadmin/tools/debugger/static/js/debugger.js   |  23 ++-
.../tools/debugger/static/js/debugger_ui.js        | 167 ++++++++++++---------
.../debugger/sql/get_function_debug_info.sql       |   5 -
6 files changed, 150 insertions(+), 82 deletions(-)