feat(silo): implement CSV import rollback #65

Closed
opened 2026-02-08 23:26:57 +00:00 by forbes · 0 comments
Owner

CSV BOM import in bom_handlers.go has no rollback mechanism. If an import fails partway through, partial data may be left in the database.

Expected: Wrap CSV import in a transaction so partial imports are rolled back on error.

Source: KNOWN_ISSUES.md — Incomplete features

CSV BOM import in `bom_handlers.go` has no rollback mechanism. If an import fails partway through, partial data may be left in the database. **Expected:** Wrap CSV import in a transaction so partial imports are rolled back on error. **Source:** KNOWN_ISSUES.md — Incomplete features
forbes added the enhancement label 2026-02-08 23:26:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#65