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

KV Get has invalid named args

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 3.0.0-rc
    • None
    • None
    • None
    • 1
    • SDK7: Devguide Antorized, Docs

    Description

      As seen in: https://github.com/couchbase/couchbase-python-client/blob/master/couchbase/collection.py#L271

                  project=None,  # type: Iterable[str]
                  expiry=None,  # type: timedelta
                  quiet=None,  # type: bool
                  replica=False,  # type: bool
                  no_format=False  # type: bool
      

      project looks good. Replica should not be there. What is no_fomat doing?

      Also note that expiry should be called withExpiry according to RFC

      Attachments

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

        Activity

          People

            david.kelly David Kelly (Inactive)
            daschl Michael Nitschinger
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty