Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 04580652ab60d10aeccbf604c3c6c5eda98f812e
https://github.com/pgadmin-org/pgadmin4/commit/04580652ab60d10aeccbf604c3c6c5eda98f812e
Author: Nikhil Mohite <[email protected]>
Date: 2023-12-19 (Tue, 19 Dec 2023)
Changed paths:
M docs/en_US/editgrid.rst
A docs/en_US/images/promote_view_edit_data_warning.png
M web/pgadmin/preferences/__init__.py
M web/pgadmin/preferences/static/js/store.js
M web/pgadmin/preferences/tests/preferences_test_data.json
M web/pgadmin/preferences/tests/test_preferences_update.py
M web/pgadmin/static/js/helpers/ModalProvider.jsx
M web/pgadmin/tools/sqleditor/__init__.py
M web/pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx
M web/pgadmin/tools/sqleditor/static/js/components/QueryToolConstants.js
A
web/pgadmin/tools/sqleditor/static/js/components/dialogs/ConfirmPromotionContent.jsx
M web/pgadmin/tools/sqleditor/static/js/components/sections/MainToolBar.jsx
M web/pgadmin/tools/sqleditor/static/js/components/sections/Query.jsx
M web/pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx
M web/pgadmin/tools/sqleditor/static/js/show_query_tool.js
M web/pgadmin/tools/sqleditor/utils/query_tool_preferences.py
M web/pgadmin/tools/sqleditor/utils/start_running_query.py
M web/regression/javascript/__mocks__/bundled_codemirror.js
Log Message:
-----------
Allow users to convert View/Edit table into a Query tool to enable editing
the SQL generated. #5908