pgAdmin III commit: Fix message when executing an empty query - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix message when executing an empty query
Date
Msg-id E1TCcr9-0005VN-0D@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix message when executing an empty query

When a user executes an empty query, pgAdmin thinks it has lost the
connection. Now, we check if PostgreSQL sends us a empty query state, and
we display the right message.

Branch
------
REL-1_16_0_PATCHES

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

Modified Files
--------------
CHANGELOG                |    2 ++
pgadmin/frm/frmQuery.cpp |    4 ++++
2 files changed, 6 insertions(+), 0 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Odp: PL pgAdmin website commit: Automatic stringmerge using merge script.
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix message when executing an empty query