The Invalidate/Reconnect menu item does not perform any actions.
Proposed Solution:
Implement a reconnect flow:
- Release the current session lease (
PgLease, SqliteLease, etc.) for the active connection.
- Evict/remove the connection from the active database service cache (e.g.,
PostgresService.instance).
- Trigger a fresh connection and session lease acquisition.
The
Invalidate/Reconnectmenu item does not perform any actions.Proposed Solution:
Implement a reconnect flow:
PgLease,SqliteLease, etc.) for the active connection.PostgresService.instance).