Andy Seaborne created JENA-288:
----------------------------------

             Summary:  QueryIterAssignVarValue: Null iterator
                 Key: JENA-288
                 URL: https://issues.apache.org/jira/browse/JENA-288
             Project: Apache Jena
          Issue Type: Bug
          Components: ARQ
    Affects Versions: ARQ 2.9.2
            Reporter: Andy Seaborne
            Assignee: Andy Seaborne


Test case:

PREFIX : <http://example/>

SELECT *
{
   BIND ( :g AS ?G )
   GRAPH ?G { ?s ?p ?o }
}

and :g is not a graph in the data.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to