Skip to content

Release Simple DB 0.1.2 with lower Results grid - #7

Merged
suzdalenko-dev merged 1 commit into
mainfrom
agent/version-0.1.2-results-panel
Aug 8, 2026
Merged

suzdalenko-dev merged 1 commit into
mainfrom
agent/version-0.1.2-results-panel

Conversation

@suzdalenko-dev

Copy link
Copy Markdown
Owner

What changed

  • Release Simple DB 0.1.2.
  • Move query results into a resizable Simple DB Results view in VS Code's lower Panel so the SQL editor stays visible above.
  • Render SELECT output as a SQL Developer-style grid with row numbers, sticky headers, scrolling, pagination, multiple result-set tabs, copy actions, and CSV/JSON/XLSX export.
  • Fix the webview JavaScript escaping bug that could leave successful SELECT queries stuck on Loading results….
  • Keep non-query execution messages and affected-row information in the same lower Results view.
  • Add a concise English Quick start and change the last Spanish truncation message to English.
  • Add regression coverage that executes the generated Results script, feeds it SELECT metadata plus a returned row, and verifies the row is rendered in the grid.

Why

A SELECT could execute successfully and appear in History with returned rows while the previous Results webview remained on Loading results…. The result UI also opened as an editor-side webview instead of the database-client layout requested for Simple DB.

Validation

  • Branch is based directly on current main commit 4eb3e740.
  • npm ci completed successfully.
  • ESLint passes.
  • 12/12 test files pass; 57/57 tests pass.
  • SQLite integration tests cover SELECT, DDL/DML, row limits, 64-bit values, transactions, and WAL safety.
  • The Results regression test verifies a returned row is rendered by the generated webview script.
  • npm audit --omit=dev: 0 vulnerabilities.
  • npm run package succeeds and generates simple-db-suzdalenko-0.1.2.vsix (9.18 MB).
  • The packaged manifest contains version 0.1.2 and the simpleDb.results lower Panel contribution.

@suzdalenko-dev
suzdalenko-dev merged commit 34a3bc8 into main Aug 8, 2026
1 check passed
@suzdalenko-dev
suzdalenko-dev deleted the agent/version-0.1.2-results-panel branch August 8, 2026 13:44
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