There is one single transaction for all the updates received in a single HTTP request
This is per the specification: https://www.w3.org/TR/sparql11-update/#updateServices Rob On 22/11/2016 21:18, "François-Paul Servant" <[email protected]> wrote: Hi Andy, not sure to understand your answer: > Le 17 nov. 2016 à 12:22, Andy Seaborne <[email protected]> a écrit : > > Each operation is executed in a transaction but there is no HTTP operations to start and end a transaction of several HTTP requests. > > You can combine multiple SPARQL Update operations into one HTTP request using ";" between SPARQL Update operations in the HTTP body. in this case, is there one big transaction with all the updates, or different transactions for the different updates? > > Andy > > > On 17/11/16 10:52, Nauman Ramzan wrote: >> I wanted to ask is there Transaction query in SPARQL like begin, commit, >> rollback . >> Thank you >> Thanks, fps
