On 28/02/2017 16:59, Andy Seaborne wrote: > > [... snip ...] >> In this sense, one option for including in Jena could be to enable the >> option to create a QueryExecution with transaction included, in order to >> avoid some issues like that. > > That's what ResultSetFormatter.toList or ResultSetFactory.copyResults do.
+1 but I don't want to iterate twice over the same list of data. Although at the end I think it would be the easiest way to do it and avoid extra issues ;) > Andy >
