You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Damien Katz (JIRA)" <ji...@apache.org> on 2008/10/21 20:49:44 UTC

[jira] Closed: (COUCHDB-99) Broken pagination when browsing database

     [ https://issues.apache.org/jira/browse/COUCHDB-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Damien Katz closed COUCHDB-99.
------------------------------

    Resolution: Fixed
      Assignee: Damien Katz

Fix because skipped reduction values weren't getting assembled before reduction.

Callers of btrees are allowed to use complex objects instead of key/value pair tuples, if they also provide a function to extract the key and the value from the complex object, and another function to re-assemble it. This re-assemble step wasn't happening with certain skipped keys, meaning they couldn't be reduced properly.

> Broken pagination when browsing database
> ----------------------------------------
>
>                 Key: COUCHDB-99
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-99
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Administration Console
>    Affects Versions: 0.9
>         Environment: Debian server, Firefox 3 client
>            Reporter: Ciaran Gultnieks
>            Assignee: Damien Katz
>            Priority: Minor
>         Attachments: test_all_docs_offset.diff
>
>
> The pagination is broken when browsing a database. For example, on initially clicking to view the database I see "Showing 1-25 of 7357 rows". Then after clicking the 'Next Page' link, I get "Showing 2-26 of 7357 rows".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.