
|
If you were logged in you would be able to see more operations.
|
|
Sesame
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
|
|
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.
|
|
|
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
]
|
|
|