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

Append/Prepend modify the argument

    XMLWordPrintable

Details

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

    Description

      Because transcoder rules involve flags, and since 1.3.10 we check arguments more strictly (like disallow passing flags for append/prepend)

      c = Couchbase.bucket
      c.set("k", "1", :format => :plain)
      c.append("k", ",2")
      p c.get("k", :format => :plain)

      prints "1\",2\""
      expected it to print "1,2"

      Attachments

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

        Activity

          People

            avsej Sergey Avseyev
            avsej Sergey Avseyev
            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