The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=415 ====================================================================== Reported By: swh Assigned To: ====================================================================== Project: Rasqal RDF Query Library Issue ID: 415 Category: api Reproducibility: always Severity: major Priority: normal Status: new Query Language: ====================================================================== Date Submitted: 2011-01-23 17:05 Last Modified: 2011-01-23 17:05 ====================================================================== Summary: Graph pattern operator not correctly filled out in SPARQL 1.1 Updates Description: e.g. DELETE { GRAPH ?a { ?a ?b ?c } } WHERE { ?a ?b ?c }
the graph pattern on the LHS doesn't get op = RASQAL_GRAPH_PATTERN_OPERATOR_GRAPH, so rasqal_graph_pattern_get_origin() doesn't return a value. rasqal_graph_pattern_print() returns: graph pattern Basic(over 1 triple[triple(variable(a), variable(b), variable(c))] ,origin variable(a)) as it reads gp->origin directly. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-01-23 17:05 swh New Issue ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
