pgAdmin 4 commit: Handle connection errors properly in the query tool.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Handle connection errors properly in the query tool.
Date: 2018-08-10 12:51:35
Message-ID: E1fo6tD-0004rt-Gk@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Handle connection errors properly in the query tool. Fixes #3528

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7b2c1bb9f8fb3652675a1871359eb5fee81a82c2
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_3_3.rst | 1 +
web/pgadmin/tools/datagrid/__init__.py | 6 +++++-
web/pgadmin/tools/sqleditor/__init__.py | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-08-10 12:52:07 Re: [pgAdmin4][Patch]: RM #3528 Query Tool doesn't handle 'Too many connection' error properly
Previous Message Khushboo Vashi 2018-08-10 05:15:28 Re: [pgAdmin4][patch]: Feature #1407 - Support map view for PostGIS query result sets