Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 557f33c4f916cf618c13580298d80593082983c8
https://github.com/pgadmin-org/pgadmin4/commit/557f33c4f916cf618c13580298d80593082983c8
Author: Akshay Joshi <[email protected]>
Date: 2023-06-19 (Mon, 19 Jun 2023)
Changed paths:
M docs/en_US/keyboard_shortcuts.rst
M docs/en_US/menu_bar.rst
M docs/en_US/release_notes_7_4.rst
M docs/en_US/tree_control.rst
M web/pgadmin/browser/register_browser_preferences.py
M web/pgadmin/browser/server_groups/servers/databases/__init__.py
M web/pgadmin/browser/server_groups/servers/databases/static/js/database.js
M
web/pgadmin/browser/server_groups/servers/databases/templates/databases/sql/default/delete.sql
R
web/pgadmin/browser/server_groups/servers/databases/templates/databases/sql/default/delete_multiple.sql
A
web/pgadmin/browser/server_groups/servers/databases/tests/test_db_delete_multiple_force.py
M web/pgadmin/browser/static/js/keyboard.js
M web/pgadmin/browser/static/js/node.js
M web/pgadmin/misc/properties/CollectionNodeProperties.jsx
M web/pgadmin/static/js/utils.js
M web/regression/python_test_utils/test_utils.py
Log Message:
-----------
Added support to drop databases using the 'WITH (FORCE)' option. #6367