Skip to content

Menu Bar: Implement Connection -> Invalidate/Reconnect #226

Description

@ZhuchkaTriplesix

The Invalidate/Reconnect menu item does not perform any actions.

Proposed Solution:
Implement a reconnect flow:

  1. Release the current session lease (PgLease, SqliteLease, etc.) for the active connection.
  2. Evict/remove the connection from the active database service cache (e.g., PostgresService.instance).
  3. Trigger a fresh connection and session lease acquisition.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions