[redland-dev] [Rasqal RDF Query Library 0000493]: Offset in sub-select results in no rows at all.

Mantis Bug Tracker mantis-bug-sender at librdf.org
Sat Feb 18 19:45:40 EST 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://bugs.librdf.org/mantis/view.php?id=493 
====================================================================== 
Reported By:                dbrnz
Assigned To:                
====================================================================== 
Project:                    Rasqal RDF Query Library
Issue ID:                   493
Category:                   query engine
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Query Language:              
====================================================================== 
Date Submitted:             2012-02-19 00:45
Last Modified:              2012-02-19 00:45
====================================================================== 
Summary:                    Offset in sub-select results in no rows at all.
Description: 
The query:

    select ?s ?p ?o where {
      select ?s ?p ?o where {
        ?s ?p ?o
        } order by ?p limit 4
      }

returns four rows, while:

    select ?s ?p ?o where {
      select ?s ?p ?o where {
        ?s ?p ?o
        } order by ?p offset 2 limit 4
      }

produces none.


Without the sub-select, offset works as expected.

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-02-19 00:45 dbrnz          New Issue                                    
======================================================================



More information about the redland-dev mailing list