pgAdmin 4 commit: Add support in query history to show internal queries - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Add support in query history to show internal queries
Date
Msg-id E1hyahh-0005dJ-KZ@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add support in query history to show internal queries generated by pgAdmin during save data operations. Fixes #4612

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=687204771ce936697508997fb7988ad8551b9b81
Author: Yosry Muhammad <yosrym93@gmail.com>

Modified Files
--------------
docs/en_US/images/query_output_history.png         | Bin 71494 -> 130318 bytes
docs/en_US/query_tool.rst                          |   4 +
docs/en_US/release_notes_4_12.rst                  |   1 +
web/pgadmin/feature_tests/locators.py              |   9 +
.../feature_tests/query_tool_journey_test.py       | 207 ++++++--
web/pgadmin/feature_tests/view_data_dml_queries.py |   3 +-
.../js/sqleditor/history/query_history_details.js  |  28 +-
.../js/sqleditor/history/query_history_entries.js  |  63 ++-
.../static/js/sqleditor/history/query_sources.js   |  35 ++
web/pgadmin/tools/sqleditor/__init__.py            |   8 +-
.../tools/sqleditor/static/css/sqleditor.css       |   6 +-
.../tools/sqleditor/static/img/view_data.svg       |   9 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 122 +++--
.../tools/sqleditor/static/scss/_history.scss      |  29 +-
.../tools/sqleditor/utils/save_changed_data.py     | 522 +++++++++++----------
.../utils/tests/test_save_changed_data.py          |  39 +-
web/pgadmin/utils/driver/psycopg2/connection.py    |  14 +
17 files changed, 724 insertions(+), 375 deletions(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: Re: [RM#4546] Add RE-SQL tests for Column node
Next
From: Akshay Joshi
Date:
Subject: Re: [GSoC] Query History Upgrade