MaastrichtU-IDS / d2s-sparql-operations

✨️ Execute SPARQL queries from string, URL or multiple files using the RDF4J framework.
https://maastrichtu-ids.github.io/d2s-sparql-operations/
MIT License
1 stars 1 forks source link

Return number of inserted statement when update #10

Closed vemonet closed 4 years ago

vemonet commented 5 years ago

When executing an update operation (e.g.: insert) it would be nice to return the number of inserted statements (to make sure it worked)

vemonet commented 4 years ago

Not possible Update.execute() returns void. We would need to do a query to get this