Hi Maxime, I have been able to recreate the issue detailed below and reported to development for resolution.
Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com Forums: http://boards.openlinksw.com/support Twitter: http://twitter.com/OpenLink On 22 Jul 2011, at 10:05, Maxime Teissèdre wrote: > Hello, > > I want to you report a bug on Virtuoso 6.1.3. > When i run a request of delete with a limit, there is two ways: > - from or from graph : correct result message but after a count of graph, > nothing change; > - from graph + from: Virtuoso process is killed. > > First request: > SPARQL DELETE FROM <http://somegraph.com> { ?x ?p ?y } WHERE { ?x ?p ?y } > limit 1000; > SPARQL DELETE FROM GRAPH <http://somegraph.com> { ?x ?p ?y } WHERE { ?x ?p ?y > } limit 1000; > > Second request: > SPARQL DELETE FROM GRAPH <http://somegraph.com> { ?x ?p ?y } FROM > <http://somegraph.com> WHERE { ?x ?p ?y } limit 1000; > > Thanks. > ------------------------------------------------------------------------------ > 10 Tips for Better Web Security > Learn 10 ways to better secure your business today. Topics covered include: > Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, > security Microsoft Exchange, secure Instant Messaging, and much more. > http://www.accelacomm.com/jaw/sfnl/114/51426210/_______________________________________________ > Virtuoso-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/virtuoso-devel
