[GSoC] Query History Upgrade

From: Yosry Muhammad <yosrym93(at)gmail(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, Dave Page <dpage(at)pgadmin(dot)org>
Subject: [GSoC] Query History Upgrade
Date: 2019-08-11 06:28:24
Message-ID: CAFSMqn9Ack-o91ygB9Gkw3agQf5CF_SQVy5fDSO74Ne-y_RScw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Please find attached a patch including new features for the Query History
as follows:

- Integration with updatable resultsets: Queries generated by pgAdmin
during Save Data operations are now shown in the history panel, including
transaction control queries.
- Source indication: The source of each query in the history panel is
indicated using an icon corresponding to the toolbar (Save Data, Execute,
Explain, Commit, Rollback & View/Edit).
- Allow showing/hiding queries generated internally by pgAdmin using a
toggle button.
- Some refactoring in save_data_changes.py

The patch includes the code for the feature, added feature tests and
documentation updates.
Please review !

Thanks. Regards.

--
*Yosry Muhammad Yosry*

Computer Engineering student,
The Faculty of Engineering,
Cairo University (2021).
Class representative of CMP 2021.
https://www.linkedin.com/in/yosrym93/

Attachment Content-Type Size
query_history.patch text/x-patch 227.6 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2019-08-12 05:56:29 Re: [pgAdmin][RM4582] pgAgent - In create job step changing "kind" (SQL/Batch) throws console error
Previous Message Aditya Toshniwal 2019-08-09 13:44:53 pgAdmin 4 commit: Replace electron-forge with electron-builder as elect