Thread: pgAdmin 4 commit: Add support for LISTEN/NOTIFY in the query tool.Fixe
Add support for LISTEN/NOTIFY in the query tool. Fixes #3204 Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=38ee39ae7acb32e331f0ba291e1036d721de8eb4 Author: Akshay Joshi <akshay.joshi@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_3_1.rst | 1 + web/pgadmin/feature_tests/query_tool_tests.py | 77 ++++++++++-- web/pgadmin/static/js/sqleditor/execute_query.js | 4 + .../js/sqleditor/query_tool_notifications.js | 131 +++++++++++++++++++++ web/pgadmin/static/js/sqleditor_utils.js | 6 + web/pgadmin/tools/sqleditor/__init__.py | 13 +- web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 24 +++- .../tools/sqleditor/utils/start_running_query.py | 6 +- .../utils/tests/test_start_running_query.py | 17 ++- web/pgadmin/utils/driver/psycopg2/connection.py | 62 ++++++++++ .../javascript/sqleditor/execute_query_spec.js | 13 +- 11 files changed, 335 insertions(+), 19 deletions(-)