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

Key: SES-689
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Arjohn Kampman
Reporter: Arjohn Kampman
Votes: 0
Watchers: 0
Operations

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

Extend SeRQL with IN-operator that works on lists of values

Created: 28/Oct/09 03:46 PM   Updated: 28/Oct/09 03:55 PM
Component/s: SeRQL
Affects Version/s: None
Fix Version/s: 2.3.0


 Description   
Extend the IN operator in SeRQL so that it can also work on a list of values. For example:

select *
from {X} P {Y}
where P in ( rdf:type, rdfs:subClassOf, rdfs:subPropertyOf )

Currently, one has to write this down as an OR over multiple value comparisons, or as a UNION of multiple SELECT-queries. The above notation is much more convenient.

 All   Comments   Change History      Sort Order:
Change by Arjohn Kampman [28/Oct/09 03:46 PM]
Field Original Value New Value
Summary Extends SeRQL with IN-operator that works on lists of values Extend SeRQL with IN-operator that works on lists of values

Change by Arjohn Kampman [28/Oct/09 03:55 PM]
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]