pgAdmin 4 commit: Ensure all messages are retrieved from the server in

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure all messages are retrieved from the server in
Date: 2018-03-07 13:38:30
Message-ID: E1etZH4-0005B4-FE@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure all messages are retrieved from the server in the Query Tool. Fixes #3094

Branch
------
master

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

Modified Files
--------------
.../feature_tests/keyboard_shortcut_test.py | 4 +-
.../tools/sqleditor/tests/test_poll_query_tool.py | 112 +++++++++++++++++++++
web/pgadmin/utils/driver/abstract.py | 2 +
web/pgadmin/utils/driver/psycopg2/__init__.py | 77 ++++++--------
4 files changed, 148 insertions(+), 47 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-03-07 13:38:40 Re: pgAdmin 4 commit: Ensure we pick up the messages from the current query
Previous Message Murtuza Zabuawala 2018-03-07 13:08:17 Re: [pgAdmin4][RM#3037] Allow user to disable Gravatar image