pgadmin4/web/regression/javascript/sqleditor
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
..
calculate_query_run_time_spec.js Update all Python and JS dependencies. Fixes #4019 2019-03-14 15:11:16 +00:00
call_render_after_poll_spec.js 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
execute_query_spec.js Update all Python and JS dependencies. Fixes #4019 2019-03-14 15:11:16 +00:00
filter_dialog_specs.js Update copyright notices for 2019 2019-01-02 15:54:12 +05:30
keyboard_shortcuts_spec.js 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
query_tool_actions_spec.js Add EXPLAIN options for SETTINGS and SUMMARY. Fixes #4335 2019-07-03 13:57:56 +01:00
query_tool_http_error_handler_spec.js Update all Python and JS dependencies. Fixes #4019 2019-03-14 15:11:16 +00:00