pgAdmin 4 commit: Revert "Ensure we pick up the messages from the curre

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Revert "Ensure we pick up the messages from the curre
Date: 2018-02-26 16:33:48
Message-ID: E1eqLim-0001y0-P3@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Revert "Ensure we pick up the messages from the current query and not a previous one. Fixes #3094"

This reverts commit 08b3ccc01a4d57e8ea3657f8882a53dcd1b99386.
It was found that this fix inadvertently re-introduces #1523

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bcdb8eb27582eda1d04650e3fa0417be2abc44aa

Modified Files
--------------
web/pgadmin/utils/driver/abstract.py | 1 -
web/pgadmin/utils/driver/psycopg2/__init__.py | 64 ++++++++++++++++++---------
2 files changed, 44 insertions(+), 21 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-02-26 16:44:37 Re: [pgAdmin4][RM#3073] Allow user to schedule without End date from UI
Previous Message Dave Page 2018-02-26 16:32:16 Re: pgAdmin 4 commit: Ensure we pick up the messages from the current query