Skip to content

omni-sql v0.2.3

Choose a tag to compare

@github-actions github-actions released this 08 Sep 21:48
· 8 commits to main since this release

0.2.3 (2026-09-08)

Features

  • table: improve structure editing, column suggestions, scrolling, and reviewable SQL (156b555)
  • indexes: add compact cards, ordered columns, search-based selection, and large-table support (e1ecaa6)
  • connections: add schema search, selected-first ordering, selection counts, and a clearer all-schemas mode (c8d6c47)
  • defaults: suggest default expressions supported by the active database dialect (e1ecaa6)

Bug Fixes

  • columns: keep focus and selection in the name field when adding or renaming columns (156b555)
  • indexes: preserve combobox input while React applies index-column state updates (9d134cf)
  • dialogs: restore balanced sizing, spacing, scrolling, and padded titles and actions (c8d6c47)
  • types: preserve sensible defaults after expanding dialect-specific column types (0c46b9d)

Full Changelog: v0.2.2...v0.2.3