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

:format set as :marshal generates Couchbase::Error::ValueFormat

    XMLWordPrintable

Details

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

    Description

      If the :format is set as :marshal in get method the Couchbase::Error::ValueFormat error is generated regradless of the type of value: numerical, string or JSON object.

      client = Couchbase.connect("http://localhost:8091")
      print client.set("catalog","journal")
      print client.get("catalog",:format => :marshal)

      #print client.set("3", 1)
      #print client.get("3",:format => :marshal)

      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