pgAdmin III commit: Properly quote values being deposited in the debugg - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Properly quote values being deposited in the debugg
Date
Msg-id 201103241711.p2OHBfcj057424@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Properly quote values being deposited in the debugger, per a report
from Heikki Linnakangas.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=6fe0f783fc6a9e85a00df211b25195eb3f3ac29e

Modified Files
--------------
pgadmin/debugger/ctlCodeWindow.cpp   |    4 ++--
pgadmin/debugger/dbgPgConn.cpp       |   18 ++++++++++++++++++
pgadmin/include/debugger/dbgPgConn.h |    1 +
3 files changed, 21 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Debugger crashes when setting a value with quotes
Next
From: Dave Page
Date:
Subject: Re: Debugger crashes when setting a value with quotes