pgAdmin 4 commit: Ensure the query tool will work with older versions o

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure the query tool will work with older versions o
Date: 2019-08-01 12:59:55
Message-ID: E1htAgV-0008Or-SX@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure the query tool will work with older versions of psycopg2 than we officially support, albeit without updateable resultsets. Fixes #4520

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7b65507533ac1e505786d04378f709451fbddfdf
Author: Yosry Muhammad <yosrym93(at)gmail(dot)com>

Modified Files
--------------
docs/en_US/query_tool.rst | 3 +++
docs/en_US/release_notes_4_12.rst | 1 +
web/pgadmin/feature_tests/query_tool_journey_test.py | 6 ++++++
web/pgadmin/tools/sqleditor/__init__.py | 20 ++++++++++----------
web/pgadmin/tools/sqleditor/command.py | 8 ++++++++
.../tests/test_is_query_resultset_updatable.py | 16 +++++++++-------
.../{ => utils}/tests/test_save_changed_data.py | 20 ++++++++++++--------
web/regression/python_test_utils/test_utils.py | 5 +++++
8 files changed, 54 insertions(+), 25 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-08-01 13:29:42 pgAdmin 4 commit: Ensure command tags are shown in the messages tab of
Previous Message Dave Page 2019-08-01 12:47:21 pgAdmin 4 commit: PEP-8 fix.