pgAdmin 4 commit: Set break point option should present in pgAdmin4 for

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Set break point option should present in pgAdmin4 for
Date: 2016-08-29 08:13:50
Message-ID: E1beHhW-0001sq-9y@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Set break point option should present in pgAdmin4 for trigger. Fixes #1226

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f5249f2e18c32a403a96b418669da738e50357c7
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/debugger/__init__.py | 44 ++++++++++++++++++----
.../debugger/templates/debugger/js/debugger.js | 28 +++++++++++++-
.../debugger/sql/get_trigger_function_info.sql | 12 ++++++
3 files changed, 76 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2016-08-29 08:14:19 Re: [pgAdmin4][patch]: RM #1226
Previous Message Akshay Joshi 2016-08-29 07:52:36 Re: [pgAdmin4][Patch]: SqlFieldControl enhancements