pgAdmin III commit: Fix the handling of empty strings in the histoqueri

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the handling of empty strings in the histoqueri
Date: 2012-02-28 13:40:12
Message-ID: E1S2NHo-0005lI-O2@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the handling of empty strings in the histoqueries file

If the string between <histoquery> tags was empty, we would cycle indefinitely
because of the continue statement.

Per report from Bartosz Dmytrak.

Branch
------
REL-1_14_0_PATCHES

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

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/frm/frmQuery.cpp | 23 +++++++++++------------
2 files changed, 13 insertions(+), 12 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-02-28 13:41:46 pgAdmin III commit: Fix the handling of empty strings in the histoqueri
Previous Message Guillaume Lelarge 2012-02-28 08:21:19 Re: Fixed pgAdmin3 issues/asserts