Skip to content

perf(XS-41): Optimize SQL Suggestions#51

Merged
Bare7a merged 3 commits into
masterfrom
perf/XS-41-optimize-sql-suggestions
Jul 16, 2026
Merged

perf(XS-41): Optimize SQL Suggestions#51
Bare7a merged 3 commits into
masterfrom
perf/XS-41-optimize-sql-suggestions

Conversation

@Bare7a

@Bare7a Bare7a commented Jul 16, 2026

Copy link
Copy Markdown
Owner

📝 What changed?

Improved SQL autocomplete performance to provide faster and more responsive suggestions. Added prioritized completion ranking, proper CTE column suggestions, expanded driver-specific functions and operators, and intelligent JOIN suggestions based on foreign key relationships.


🧩 Change type

  • 🐛 Bugfix
  • ✨ Feature
  • ♻️ Refactor
  • 📝 Docs
  • 🛠️ Build / CI
  • 🔧 Other

🧠 Impact

  • 🎨 Frontend
  • 🧠 Backend
  • 🗄️ Database / SQL
  • 🖥️ Desktop (Wails / OS)
  • ⚙️ Tooling / CI
  • 🐾 Internal Only

📊 SQL impact (if relevant)

  • None
  • Query behavior changed
  • Schema / Migration
  • Import / Export

🧪 Tested

  • 🎨 Frontend (cd frontend && npm test)
  • 🧠 Backend (wails3 task test)
  • 🗄️ API E2E (wails3 task e2e:go:all)
  • 🖥️ UI E2E (wails3 task e2e:ui:all) - local only, not in CI
  • 💻 CI is sufficient

📌 Notes

@Bare7a
Bare7a merged commit 2e447e1 into master Jul 16, 2026
3 checks passed
@Bare7a
Bare7a deleted the perf/XS-41-optimize-sql-suggestions branch July 16, 2026 17:27
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