Unique constraint failure
Closed this issue · 3 comments
frehulfd commented
Dragged my JSON file in and got this error:
SqliteError: UNIQUE constraint failed: domain3.filename, domain3.bundleId, domain3.domain, domain3.context, domain3.initiatedType
johnspurlock commented
Thanks, taking a look
johnspurlock commented
Great test case, updated the underlying data model that should fix this, and released a new version: 0.7
deno run --allow-net --allow-env --allow-read=.,
which deno --allow-write=. https://raw.githubusercontent.com/johnspurlock/app-privacy-report-viewer/v0.7/src/app.ts
frehulfd commented
Awesome, thanks so much!