pgAdmin III commit: Fix reading the histoquery file because of wrong fi

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix reading the histoquery file because of wrong fi
Date: 2011-12-10 18:24:24
Message-ID: E1RZRay-0005Ks-Ff@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix reading the histoquery file because of wrong file

When weird characters are embedded in the .pgadmin_histoqueries file, the
previous read function was lost, and never finished its work. The new
implementation finds the issue with the parse function, and stops immediately
to read the file.

Branch
------
REL-1_14_0_PATCHES

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

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/frm/frmQuery.cpp | 46 ++++++++++++++++++++++++++++++++--------------
2 files changed, 34 insertions(+), 14 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2011-12-11 08:04:54 [pgAdmin III] #344: Support for the new RENAME clause for FDW and server (SQL/MED)
Previous Message Guillaume Lelarge 2011-12-10 14:18:25 pgAdmin III commit: Support for TRUNCATE permission