Skip to content

feat(XS-54): Adds CSV and SQL Import - #66

Merged
Bare7a merged 11 commits into
masterfrom
feat/XS-54-csv-sql-import
Aug 7, 2026
Merged

feat(XS-54): Adds CSV and SQL Import#66
Bare7a merged 11 commits into
masterfrom
feat/XS-54-csv-sql-import

Conversation

@Bare7a

@Bare7a Bare7a commented Aug 6, 2026

Copy link
Copy Markdown
Owner

📝 What changed?

Adds CSV/delimited and .sql script import, reachable from the Schema Explorer toolbar or a table's right-click menu. CSV import sniffs the delimiter, previews the file, maps source columns onto a target - an existing table or a new one whose types are inferred from the data - and skips bad rows rather than failing the load. A .sql file runs statement by statement on one connection with a progress count instead of a result tab per statement.


🧩 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 da0ca40 into master Aug 7, 2026
3 checks passed
@Bare7a
Bare7a deleted the feat/XS-54-csv-sql-import branch August 7, 2026 06:20
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