pgAdmin 4 commit: Fix an issue that could cause the Query Tool to fail

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue that could cause the Query Tool to fail
Date: 2018-12-13 11:15:58
Message-ID: E1gXOyE-0007wH-Ir@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue that could cause the Query Tool to fail to render. Fixes #3433

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e666b0fab0a8604d5f0e1fc7c9da8941b3f91c37
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_3_7.rst | 1 +
web/pgadmin/utils/driver/abstract.py | 1 +
web/pgadmin/utils/driver/psycopg2/connection.py | 6 ++++--
3 files changed, 6 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-12-13 11:16:10 Re: [pgAdmin4][Patch]: RM 3433 - query tool not responsive or showing any tab or window when selected
Previous Message Dave Page 2018-12-13 11:03:55 Re: [pgAdmin4][Patch] : RM # 3797 - Detele/drop and drop cascade option under properties section should be disabled for pg_catalog