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

RDF::Trine::Store::SPARQL doesn't handle context correctly in add_statement and remove_statement(s). #148

Open
minusdavid opened this issue May 23, 2017 · 1 comment
Assignees

Comments

@minusdavid
Copy link
Contributor

It looks like RDF::Trine::Store::SPARQL ignores the context parameter in remove_statement and remove_statements.

At the moment, I'm working around this by just passing a quad with the required context to remove_statements(), but worth noting the bug to fix later.

@minusdavid minusdavid changed the title RDF::Trine::Store::SPARQL doesn't handle context correctly in remove_statement(s). RDF::Trine::Store::SPARQL doesn't handle context correctly in add_statement and remove_statement(s). May 23, 2017
@minusdavid
Copy link
Contributor Author

Actually, it looks like it's also an issue with add_statement. I work around that by creating quads before inserting, which is a bit sub-optimal as it adds an extra unnecessary loop to the process.

@kasei kasei self-assigned this Jan 9, 2019
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

No branches or pull requests

2 participants