History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-730
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jeen Broekstra
Reporter: Jeen Broekstra
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sesame

SPARQL 1.1 Support: (NOT) EXISTS

Created: 17/Jan/11 10:39 PM   Updated: 05/May/11 12:04 AM
Component/s: Query Engine, Query Model, SPARQL
Affects Version/s: None
Fix Version/s: 2.4.0-alpha1, 2.4.0


 Description   
See http://www.w3.org/TR/sparql11-query/#negation

 All   Comments   Change History      Sort Order:
Comment by Jeen Broekstra [20/Jan/11 02:45 AM]
fixed in SVN. two basic test cases added which succeed. More comprehensive unit testing needed later.

Comment by Jeen Broekstra [14/Feb/11 02:18 AM]
Problem with variable scoping in filters used in subqueries. For now, I have implemented a workaround in FilterIterator (see revision 10803): it now simply does not limit the in-scope bindings when the filter is part of a Subquery. This is not a robust solution, however, we need to fix the way the in-scope bindingnames are determined.