pgadmin4/web/pgadmin/tools
Yosry Muhammad 710d520631 Add support for editing of resultsets in the Query Tool, if the data can be identified as updatable. Fixes #1760
When a query is run in the Query Tool, check if the source of the columns
can be identified as being from a single table, and that we have all
columns that make up the primary key. If so, consider the resultset to
be editable and allow the user to edit data and add/remove rows in the
grid. Changes to data are saved using SAVEPOINTs as part of any
transaction that's in progress, and rolled back if there are integrity
violations, without otherwise affecting the ongoing transaction.

Implemented by Yosry Muhammad as a Google Summer of Code project.
2019-07-17 11:45:20 +01:00
..
backup Fix external utility tests to run on Windows 2019-07-12 13:55:18 +01:00
datagrid Add support for editing of resultsets in the Query Tool, if the data can be identified as updatable. Fixes #1760 2019-07-17 11:45:20 +01:00
debugger Added missing __init__.py file in debugger utils which is required for Python 2.7 2019-06-19 13:31:48 +05:30
grant_wizard 1. Added Master Password to increase the security of saved passwords. Fixes #4184 2019-05-28 12:00:18 +05:30
import_export Rename horribly named function. 2019-07-12 13:00:23 +01:00
maintenance Fix external utility tests to run on Windows 2019-07-12 13:55:18 +01:00
restore Fix external utility tests to run on Windows 2019-07-12 13:55:18 +01:00
sqleditor Add support for editing of resultsets in the Query Tool, if the data can be identified as updatable. Fixes #1760 2019-07-17 11:45:20 +01:00
templates Add EXPLAIN options for SETTINGS and SUMMARY. Fixes #4335 2019-07-03 13:57:56 +01:00
user_management Fixed CSRF security vulnerability issue. per Alvin Lindstam. Fixes #4217 2019-05-28 10:59:51 +05:30
__init__.py Update copyright notices for 2019 2019-01-02 15:54:12 +05:30