Re: [Virtuoso-users] V7.0.0/Jena provider bug with SELECT/LIMIT Results off by one

2013-10-06 Thread Erich Bremer
Hi Hugh, I had not tested it against 2.10.0, only 2.11.0. I tried running the code again to get the bug to show, but now it won't, but, I had restarted V7.0.0 since the issue/bug first occurred. I'll see if I can get the error to show again. - Erich On 10/6/2013 8:29 PM, Hugh Williams wro

Re: [Virtuoso-users] V7.0.0/Jena provider bug with SELECT/LIMIT Results off by one

2013-10-06 Thread Hugh Williams
Hi Erich, Are you saying if the same query is run against Jena 2.10.x of Jena 2.6.x the result set is correctly returned ? We are about to test this new Jena 2.11 release to see whats new and if there are issues with the current provider (particularly the 2.10.x provider) to determine compatibi

Re: [Virtuoso-users] phantom graph V7.0.0.

2013-10-06 Thread Hugh Williams
Hi Erich, it seems as if the graph was not explicitly created as a result of the error in the turtle file, thus it was silently created. The following document details the use of create graph to explicitly create a graph: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtT

[Virtuoso-users] V7.0.0/Jena provider bug with SELECT/LIMIT Results off by one

2013-10-06 Thread Erich Bremer
Using Jena 2.11.0 and the jena providers off the Virtuoso web site, I've executed the following query: VirtGraph set = new VirtGraph ("jdbc:virtuoso://localhost:", "dba", "dba"); Query sparql = QueryFactory.create("SELECT * WHERE { GRAPH ?graph { ?s ?p ?o } . values ?graph {