Fixed an issue where auto commit/rollback setting not persisting across query tool connection change. #7091

This commit is contained in:
Aditya Toshniwal
2024-01-01 15:34:40 +05:30
parent 740ce15bd7
commit 5248055a01
2 changed files with 18 additions and 12 deletions
+1
View File
@@ -44,3 +44,4 @@ Bug fixes
| `Issue #7070 <https://github.com/pgadmin-org/pgadmin4/issues/7070>`_ - Fixed an issue where pgAgent job schedule dialog is not opening for edit.
| `Issue #7078 <https://github.com/pgadmin-org/pgadmin4/issues/7078>`_ - Fixed an issue where user is not able to cancel or terminate active queries from dashboard.
| `Issue #7082 <https://github.com/pgadmin-org/pgadmin4/issues/7082>`_ - Fixed browser autocomplete related issues on pgAdmin authentication related pages.
| `Issue #7091 <https://github.com/pgadmin-org/pgadmin4/issues/7091>`_ - Fixed an issue where auto commit/rollback setting not persisting across query tool connection change.