Open minusdavid opened 7 years ago
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.
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.