Uploaded image for project: 'Couchbase Python Client Library'
  1. Couchbase Python Client Library
  2. PYCBC-71

Supporting _all_docs in the SDK

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Won't Fix
    • Major
    • 1.0 Beta
    • 0.8.0
    • library
    • Security Level: Public
    • None

    Description

      The Python SDK currently doesn't seem to support _all_docs at the moment.

      I remember that it was possible in the past with something like `.view("_all_docs")`, but I think this is the wrong way to do it. _all_docs should really have its own method. The reasons are:

      • _all_docs and Views are a different thing, this should not be hidden to the user
      • _all_docs uses raw collation and not Unicode collation as Views do
      • I'm not sure about this one, but it could be the case, that _all_docs also contains not yet persisted items (as opposed to views).

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mnunberg Mark Nunberg (Inactive)
            vmx Volker Mische
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty