Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-7165

Allow query results to be sorted and paginated

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • qpid-java-6.1
    • Broker-J
    • None

    Description

      Extend the mechanism provided by QPID-6969 to allow for the results set to be sorted by one or more columns and results set to be paginated.

      For the ordering clause, we could use SQL:2011 ORDER BY clause as a guide e.g. orderBy='x ASC,y DESC,z'

      For the pagination, SQL standardisation does not include it. https://en.wikipedia.org/wiki/Select_%28SQL%29#Result_limits We could opt for limit= offset= like MySQL/Sybase. We could also consider HTTP Range headers.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kwall Keith Wall
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: