mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
710d520631
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. |
||
---|---|---|
.. | ||
calculate_query_run_time_spec.js | ||
call_render_after_poll_spec.js | ||
execute_query_spec.js | ||
filter_dialog_specs.js | ||
keyboard_shortcuts_spec.js | ||
query_tool_actions_spec.js | ||
query_tool_http_error_handler_spec.js |