From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Resolve various debugger quirks. Fixes #1227 |
Date: | 2016-11-11 14:25:15 |
Message-ID: | E1c5ClX-0003Sw-Te@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Resolve various debugger quirks. Fixes #1227
- Prevent the user from executing multiple options at once, resulting in "Execute cannot be used while an asynchronous query is underway********** Error ****" messages
- Stop polling when debugging is complete.
- Don't show the busy cursory when debugging is complete.
- Display info messages properly, and reset them between executions.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6f30cabdbb649cf852d33b76b676e2c966438235
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Modified Files
--------------
web/pgadmin/tools/debugger/__init__.py | 35 +++-
web/pgadmin/tools/debugger/static/css/debugger.css | 11 ++
.../tools/debugger/templates/debugger/js/direct.js | 183 ++++++++++++++++++---
3 files changed, 201 insertions(+), 28 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2016-11-11 14:25:58 | Re: PATCH: To fix the issue in Debugger module (pgAdmin4) |
Previous Message | Jan Holst Jensen | 2016-11-11 14:17:05 | Re: Final pgAdmin III - v1.22.2 Released |