Skip to content

perf(XS-43): Optimize SQL suggestions#53

Merged
Bare7a merged 9 commits into
masterfrom
perf/XS-43-optimize-sql-suggestions
Jul 22, 2026
Merged

perf(XS-43): Optimize SQL suggestions#53
Bare7a merged 9 commits into
masterfrom
perf/XS-43-optimize-sql-suggestions

Conversation

@Bare7a

@Bare7a Bare7a commented Jul 22, 2026

Copy link
Copy Markdown
Owner

📝 What changed?

Improved SQL editor performance by caching recent parse results, reducing redundant analysis during typing and editing. Enhanced autocomplete for JOIN queries with smarter column suggestions and added table hover information showing available columns. Updated editor UI strings to follow the selected application language (English, German, Bulgarian).


🧩 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 42b0f2b into master Jul 22, 2026
3 checks passed
@Bare7a
Bare7a deleted the perf/XS-43-optimize-sql-suggestions branch July 22, 2026 11:05
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