From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Fix debugging of self-referencing functions. Fixes #2 |
Date: | 2017-12-05 04:32:22 |
Message-ID: | E1eM4u6-0006UJ-Cz@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)zabuawala(at)enterprisedb(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2017-12-05 04:32:43 | Re: [pgAdmin4][Patch]: To fix the issue in Debugger module |
Previous Message | Dave Page | 2017-12-05 04:13:48 | Re: [pgAdmin4][Patch]: RM #2849 - Allow editing of data on tables with OIDs but no primary key |