pgAdmin 4 commit: Fix debugging of self-referencing functions. Fixes#2

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix debugging of self-referencing functions. Fixes#2
Дата
Msg-id E1eM4u6-0006UJ-Cz@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix debugging of self-referencing functions. Fixes #2524

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=136ed0d3e297f4dfcc467e1c0143aaeb276f0982
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/debugger/static/js/direct.js     | 40 +++++++++++++---------
.../templates/debugger/sql/v1/continue.sql         |  4 +--
.../templates/debugger/sql/v1/select_frame.sql     |  4 +--
.../templates/debugger/sql/v1/step_into.sql        |  4 +--
.../templates/debugger/sql/v1/step_over.sql        |  4 +--
.../debugger/sql/v1/wait_for_breakpoint.sql        |  4 +--
.../templates/debugger/sql/v2/continue.sql         |  4 +--
.../templates/debugger/sql/v2/select_frame.sql     |  4 +--
.../templates/debugger/sql/v2/step_into.sql        |  4 +--
.../templates/debugger/sql/v2/step_over.sql        |  4 +--
.../debugger/sql/v2/wait_for_breakpoint.sql        |  4 +--
11 files changed, 43 insertions(+), 37 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM #2849 - Allow editing of data on tableswith OIDs but no primary key
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: To fix the issue in Debugger module