pgAdmin 4 commit: Properly quote function names when starting the debug - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Properly quote function names when starting the debug
Date
Msg-id E1bAcUo-0006jJ-Nf@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Properly quote function names when starting the debugger. Fixes #1225

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=17fa6dcc402693713004e7f3065314e14ed34bef
Author: Neel Patel <neel.patel@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/debugger/__init__.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM#1256 - Add support for Query tool in the context menu
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Debugger][Patch]: RM-1225 - Debugger start error if function contains special characters