Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: ARC2 creates the same triple multiple times in the DB #119

Closed
k00ni opened this issue Jun 21, 2018 · 0 comments
Closed

Bug: ARC2 creates the same triple multiple times in the DB #119

k00ni opened this issue Jun 21, 2018 · 0 comments
Assignees
Labels
bug store Related to the RDF store.

Comments

@k00ni
Copy link
Collaborator

k00ni commented Jun 21, 2018

ARC2 create the same triple multiple times in the database, if it occurs multiple times in different INSERT INTO queries (or one time in different queries). Surprisingly, if you run a SPARQL select query, it returns only one instance, as expected.

Fix: Check database before creating new triples. Its not optimal (1 query per new triple), but it keeps the database valid.

@k00ni k00ni added bug store Related to the RDF store. labels Jun 21, 2018
@k00ni k00ni self-assigned this Jun 21, 2018
@k00ni k00ni changed the title ARC2 creates the same triple multiple times in the DB Bug: ARC2 creates the same triple multiple times in the DB Jun 21, 2018
@k00ni k00ni closed this as completed Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug store Related to the RDF store.
Projects
None yet
Development

No branches or pull requests

1 participant