pgAdmin 4 commit: Fixed debugger execution issues:

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed debugger execution issues:
Дата
Msg-id E1fuzO0-0005pg-Ur@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: When building the Windows installer,copy system Pyth
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: Fix for debugger issue with EPAS package procedures/functionsINOUT params #RM3191