You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
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.
The text was updated successfully, but these errors were encountered: