pgAdmin 4 commit: Ensure previous notices are not removed from the Mess

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure previous notices are not removed from the Mess
Date: 2018-11-14 13:27:51
Message-ID: E1gMvCx-0000tE-4B@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure previous notices are not removed from the Messages tab in the Query Tool if an error occurs during query execution. Fixes #3016

Branch
------
master

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-11-14 13:28:30 Re: [pgAdmin4][Patch]: RM #3016 debug messages seem to be deleted from "messages" window when error occurs
Previous Message Akshay Joshi 2018-11-14 09:53:34 [pgAdmin4][Patch]: RM #3746 Message "Error Dropping procedure/Function" displayed when drop procedure and functions with drop and drop cascade option under properties section