Feature prepareupdate · Pull Request #1624 · RDFLib/rdflib (original) (raw)
Looks great.
Notes for other reviewers: I checked that all uses of rdflib.plugins.sparql.algebra.translateUpdate
will work with new return value, and they will since they all just pass to rdflib.plugins.sparql.update.evalUpdate
's second parameter, update
and this function was updated to access update.algebra
instead of update
.