Skip to content

sqlite: ensure rows are cleaned before reimporting over existing db - #67

Merged
missinglink merged 1 commit into
masterfrom
import-clean-rows
Oct 10, 2025
Merged

sqlite: ensure rows are cleaned before reimporting over existing db#67
missinglink merged 1 commit into
masterfrom
import-clean-rows

Conversation

@missinglink

Copy link
Copy Markdown
Member

This PR ensures that when re-importing over an existing sqlite db that any existing rows are correctly cleaned before running the import, avoiding potential issues where rows from the initial import are not correctly removed.

resolves #66

@missinglink
missinglink merged commit 1c5b904 into master Oct 10, 2025
6 checks passed
@missinglink
missinglink deleted the import-clean-rows branch October 10, 2025 11:24
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.

Clean up existing rows when reimporting.

1 participant