Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 0b707be6153bff3cac16efd78d89afbb387b476f
https://github.com/pgadmin-org/pgadmin4/commit/0b707be6153bff3cac16efd78d89afbb387b476f
Author: Anil Sahoo <[email protected]>
Date: 2023-11-01 (Wed, 01 Nov 2023)
Changed paths:
M web/pgadmin/tools/sqleditor/__init__.py
M web/pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx
M web/pgadmin/tools/sqleditor/tests/test_download_csv_query_tool.py
M web/pgadmin/tools/sqleditor/tests/test_editor_history.py
M web/pgadmin/tools/sqleditor/tests/test_encoding_charset.py
M web/pgadmin/tools/sqleditor/tests/test_explain_plan.py
M web/pgadmin/tools/sqleditor/tests/test_macros.py
M web/pgadmin/tools/sqleditor/tests/test_poll_query_tool.py
M web/pgadmin/tools/sqleditor/tests/test_sql_ascii_encoding.py
M web/pgadmin/tools/sqleditor/tests/test_start_query_tool.py
M web/pgadmin/tools/sqleditor/tests/test_transaction_status.py
M web/pgadmin/tools/sqleditor/utils/start_running_query.py
M
web/pgadmin/tools/sqleditor/utils/tests/test_is_query_resultset_updatable.py
M web/pgadmin/tools/sqleditor/utils/tests/test_save_changed_data.py
M web/pgadmin/tools/sqleditor/utils/tests/test_save_changed_uuid_data.py
M web/pgadmin/tools/sqleditor/utils/tests/test_start_running_query.py
M web/pgadmin/utils/driver/psycopg3/server_manager.py
Log Message:
-----------
Fixed restoration of query tool database connection after dropping and
re-creating the database with the same name. #6487