feat(silo): implement CSV import rollback #65
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CSV BOM import in
bom_handlers.gohas 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