Hello everybody, I noticed a bug with installed package tutorial. Here is how to reproduce the bug : - start from a fresh install of Virtuoso 5.0.9-rc4 - from the conductor, install the tutorial package - from isql, try the following query :
---------------------------------------------- SQL> sparql SELECT * WHERE { GRAPH ?g { ?s ?p ?o } }; *** Error 37000: [Virtuoso Driver][Virtuoso Server]SQ074: Line 1: syntax error at 'WHEREDB' before '.' at line 1 of Top-Level: sparql SELECT * WHERE { GRAPH ?g { ?s ?p ?o } } ---------------------------------------------- Dump the corresponding SQL query and change every occurrence of 'WHEREDB' by 'WHERE DB' (missing only a space character). Try again with this new SQL query and we have the expected result. The problem arrives as soon as we use the GRAPH keyword. Alexandre Bertails, Atos Origin - Open Source Center.