Re: pgAdmin 4 commit: Ensure we pick up the messages from the current query - Mailing list pgadmin-hackers

From Murtuza Zabuawala
Subject Re: pgAdmin 4 commit: Ensure we pick up the messages from the current query
Date
Msg-id CAKKotZT33y_ZcFAovFz7VaLq=Xfv1beTFVLUSP4B0_oh_VNxkQ@mail.gmail.com
Whole thread Raw
In response to pgAdmin 4 commit: Ensure we pick up the messages from the currentquery  (Dave Page <dpage@pgadmin.org>)
Responses Re: pgAdmin 4 commit: Ensure we pick up the messages from the current query  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
List pgadmin-hackers
Hi Khushboo/Dave,

With given commit, I'm again seeing the issue raised in https://redmine.postgresql.org/issues/1523 :(




--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


On Mon, Feb 26, 2018 at 7:49 PM, Dave Page <dpage@pgadmin.org> wrote:
Ensure we pick up the messages from the current query and not a previous one. Fixes #3094

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=08b3ccc01a4d57e8ea3657f8882a53dcd1b99386
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

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


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: pep-8 fixes
Next
From: Murtuza Zabuawala
Date:
Subject: Re: pgAdmin 4 commit: Ensure we pick up the messages from the current query