pgAdmin III commit: Fix message when executing an empty query

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix message when executing an empty query
Date: 2012-09-14 20:51:18
Message-ID: E1TCcr8-0005VL-Vt@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-09-14 20:51:19 pgAdmin III commit: Fix message when executing an empty query
Previous Message Kozusznik Michal 2012-09-13 00:35:02 Re: pgadmin crash - editing function body