Skip to content

Release Simple DB 0.1.6 — Full SQL editor context menu - #11

Merged
suzdalenko-dev merged 1 commit into
mainfrom
agent/version-0.1.6-full-sql-context-menu
Aug 8, 2026
Merged

suzdalenko-dev merged 1 commit into
mainfrom
agent/version-0.1.6-full-sql-context-menu

Conversation

@suzdalenko-dev

Copy link
Copy Markdown
Owner

Summary

Release Simple DB 0.1.6 with the complete SQL-editor right-click workflow requested for daily database work.

What changed

  • Expands Simple DB > in any SQL editor with configuration and connection operations.
  • Adds connection selection/creation plus Connect, Disconnect, Test Connection, Open Connection JSON, Set Password, Delete Connection, and New Query actions that work from the SQL file context.
  • Keeps query execution and transaction actions in the SQL context menu.
  • Keeps Go to Definition and Go to Declaration and adds explicit Oracle Go to Package Specification and Go to Package Body actions.
  • Preserves the 0.1.5 rule that the Command Palette exposes only Simple DB: Open Configuration.
  • Connection-oriented commands invoked from a SQL file resolve the connection attached to that file, or prompt for one when needed.
  • Updates release documentation and package version to 0.1.6.

Why

The 0.1.5 SQL right-click submenu did not expose the complete connection/query/navigation workflow. Users still had to leave the SQL editor for important database actions, and Oracle package specification/body navigation was not explicit.

Validation

  • 76/76 automated tests passed locally.
  • ESLint passed.
  • Real SQLite navigation smoke test passed.
  • npm audit --omit=dev: 0 vulnerabilities.
  • VSIX 0.1.6 built and its package contents were verified.
  • Published branch is exactly 1 commit ahead and 0 behind main.

@suzdalenko-dev
suzdalenko-dev marked this pull request as ready for review August 8, 2026 17:29
@suzdalenko-dev
suzdalenko-dev merged commit e4daae1 into main Aug 8, 2026
1 check passed
@suzdalenko-dev
suzdalenko-dev deleted the agent/version-0.1.6-full-sql-context-menu branch August 8, 2026 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant