When editing SQL with concrete tables already referenced (a FROM clause, a "table." qualifier, or an INSERT column list), column completions only carried `computeBoost + keyBoost (0/500)` — lower than keyword boosts (1200-1900) — so the table's own columns were interleaved among keywords instead of ranking at the top where the user expects them. Give columns a relevance boost (+2000) in these referenced-table contexts so they rank above plain keywords. Added a unit test asserting columns outrank keywords when a table is referenced. Co-authored-by: vrustx <vrustx@vrustxdeMac-mini.local> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| desktop | ||
| README.md | ||
README.md
Apps
Runnable DBX applications live here.
Directories
desktop/- the Vue frontend used by the Tauri desktop app and the Docker/web build.
The Tauri native shell remains in src-tauri/ because that is the conventional Tauri project location used by the existing build and release tooling.