Uploaded image for project: 'Couchbase Ruby client library'
  1. Couchbase Ruby client library
  2. RCBC-158

Ruby Client prepend and append methods return exception subsequent get

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Major
    • None
    • None
    • None
    • Security Level: Public
    • None

    Description

      A value appended/prepended with append/prepend does not get appended/prepended. Subsequent get returns error:

      ver =client.set("foo", "Hello")
      client.prepend("foo", " World",:cas => ver)
      client.get("foo")

      `get': unable to convert value for key "foo": 399: unexpected token at '"Hello"]' (Couchbase::Error::ValueFormat)

      Attachments

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

        Activity

          People

            avsej Sergey Avseyev
            dvohra deepak vohra
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty