On 11/07/11 10:52, Olivier Rossel wrote:
BTW, would it be complicated to display the number of triples
affected by the query, in the log message?

Not impossible but not easy. The update processors calculates the triples to be deleted but it does not know if they are deleted or didn't exist.

The code is around:

UpdateEngineWorker.execDelete

It would have to be logged - SPARQL Update does not a result except success/failure and one request may be many operations.

        Andy

Reply via email to