SVN Commit by dpage: r7062 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/debugger

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r7062 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/debugger
Date: 2008-02-07 16:35:50
Message-ID: 200802071635.m17GZolD030085@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage

Date: 2008-02-07 16:35:50 +0000 (Thu, 07 Feb 2008)

New Revision: 7062

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7062&view=rev

Log:
Prevent the user trying to debug functions with a colon in the name (!!) as it will cause all sorts of problems that really aren't worth trying to fix for such an unusual case.

Modified:
branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/debugger/debugger.cpp

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2008-02-07 16:36:07 SVN Commit by dpage: r7063 - trunk/pgadmin3/pgadmin/debugger
Previous Message Dave Page 2008-02-07 16:01:54 Re: A new feature patch and a bug fix