pgAdmin III commit: Ask to reset connection in the query tool

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Ask to reset connection in the query tool
Date: 2011-05-03 20:45:36
Message-ID: 201105032045.p43KjafO038412@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ask to reset connection in the query tool

If a query fails because of a bad connection, the query tool will ask the user
if he wants an automatic reset. If yes, it'll try to reset the connection.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/db/pgConn.cpp | 6 ++++++
pgadmin/frm/frmQuery.cpp | 24 +++++++++++++++++++-----
pgadmin/include/db/pgConn.h | 2 ++
4 files changed, 28 insertions(+), 5 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-05-03 20:45:39 Re: [pgadmin-support] Reconnection problem.
Previous Message Dave Page 2011-05-03 20:43:47 Re: Announcement for 1.14 beta 1?