Re: [Virtuoso-users] How to deal with partially executed SPARQL updates?

2016-10-31 Thread Kingsley Idehen
On 10/31/16 5:44 AM, Jindřich Mynarz wrote: > Hi, > > I investigated the partially executed SPARQL updates a bit more and it > turned out that I had incorrect assumptions about the updates. The > updates I used were executed in a paged manner (LIMIT/OFFSET) and > modified the bindings selected by t

Re: [Virtuoso-users] How to deal with partially executed SPARQL updates?

2016-10-31 Thread Jindřich Mynarz
Hi, I investigated the partially executed SPARQL updates a bit more and it turned out that I had incorrect assumptions about the updates. The updates I used were executed in a paged manner (LIMIT/OFFSET) and modified the bindings selected by their WHERE clauses, so that their paging wasn't stable