pgAdmin III commit: Avoid crashing when working with objects with % in

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Avoid crashing when working with objects with % in
Date: 2011-12-06 06:16:30
Message-ID: E1RXoKM-0008C2-LZ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Avoid crashing when working with objects with % in the name.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/frm/frmMain.cpp | 7 ++++++-
2 files changed, 8 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-12-06 06:17:27 pgAdmin III commit: Avoid crashing when working with objects with % in
Previous Message Dave Page 2011-12-05 12:22:21 Re: [PATCH] Improve autocompletion for SELECT statements