pgAdmin III commit: Fix the not-same-query process on the history combo

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the not-same-query process on the history combo
Date: 2012-08-25 12:52:31
Message-ID: E1T5Fqp-0006Rq-Gz@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the not-same-query process on the history combobox

The history combobox in the query tool could record the same query more than
once. Actually, it is displayed the same way, but the difference is invisible
(spaces, carriage returns, etc).

Per a report from Kozusznik Michal.

Branch
------
master

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

Modified Files
--------------
pgadmin/frm/frmQuery.cpp | 43 ++++++++++++++++++++++++++++++++-----------
1 files changed, 32 insertions(+), 11 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-08-25 14:21:59 pgAdmin III commit: Fix the refresh trigger SQL
Previous Message Guillaume Lelarge 2012-08-24 17:53:01 pgAdmin III commit: Fix the check status after closing a message box