Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: f2876cabe8bc701db76987e32bd569b4bd3cba1c
https://github.com/pgadmin-org/pgadmin4/commit/f2876cabe8bc701db76987e32bd569b4bd3cba1c
Author: Anil Sahoo <[email protected]>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M web/pgadmin/browser/server_groups/servers/databases/__init__.py
A
web/pgadmin/tools/sqleditor/static/js/components/dialogs/CloseRunningDialog.jsx
M web/pgadmin/tools/sqleditor/static/js/components/sections/MainToolBar.jsx
Log Message:
-----------
1. Fixed an issue where database name was missing in an error message if name
contains any special characters. #6488
2. Add a confirmation dialog before closing a query tool when a query is
already running.