← Changelog Cross-table edit staging and a resizable editor split
Inline cell edits now persist when you switch tables and commit as a single transaction across every touched table. The editor/result split is draggable, double-click-to-edit is back, and the SQL completion popup updates without flicker.
Highlights
- Cross-table edit staging — inline cell edits no longer get discarded when you switch tables. The toolbar pill totals every touched table, sidebar rows show a yellow dot for tables with pending edits, and Commit applies all of them in one transaction so a partial failure rolls back across tables.
- Resizable editor/result split — the divider between the SQL editor and the result grid is now draggable, so you can give whichever pane needs the room.
Fixes
- Double-click to edit a cell — restored after last release’s row-selection fix accidentally swallowed it. Single-click selection still feels native because the editor now hangs off NSTableView’s doubleAction instead of an overlay gesture.
- SQL completion popup — coalesces rapid typing and hover updates into a single rebuild so the popup stops flickering, and committing a suggestion no longer re-arms the popup with next-position matches.