pgAdmin 4 commit: Fix connection restoration issue when pgAdmin server

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix connection restoration issue when pgAdmin server
Date: 2019-06-14 06:20:11
Message-ID: E1hbfZL-0006z0-9M@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix connection restoration issue when pgAdmin server is restarted and the page is refreshed. Fixes #4357

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=82bd94e696408005ba45aff7d880ec35e7ebaa09
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_9.rst | 3 ++-
web/pgadmin/utils/driver/psycopg2/__init__.py | 9 +++++----
2 files changed, 7 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-06-14 06:20:31 Re: [pgAdmin][RM4357] Connection restoration issue after restart and refresh pgadmin page
Previous Message Akshay Joshi 2019-06-13 12:34:53 pgAdmin 4 commit: Fix syntax error for Default value of column. It is a