Обсуждение: pgAdmin 4 commit: Ensure all messages are retrieved from the serverin

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Ensure all messages are retrieved from the serverin

От
Dave Page
Дата:
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.vashi@enterprisedb.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(-)