Uploaded image for project: 'Couchbase PHP client library'
  1. Couchbase PHP client library
  2. PCBC-34

Using PHP library to store json encoded utf-8 values appears to add content as an attachment with no reason

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • None
    • 1.0
    • library
    • Security Level: Public
    • None
    • php 5.3, 2.0.0 community edition (build-388-gf35126e)

    Description

      when attempting to add a document with the following value:
      {"ent_seq":"1000000","r_ele":[

      {"reb":"\u30fd"}

      ,

      {"reb":"\u304f\u308a\u304b\u3048\u3057"}

      ],"sense":[{"pos":["&n;"],"gloss":[

      {"lang":"en","gend":null,"value":"repetition mark in katakana"}

      ,

      {"lang":"ger","gend":null,"value":"(n) Wiederholung"}

      ,

      {"lang":"ger","gend":null,"value":"Refrain"}

      ]}]}

      Fails. However, adding this string in via the couchbase admin ui works correctly.

      The failure is it adds it as an attachment, not as a document. This breaks the functionality of views. The get method works properly and returns the array data.

      Attachments

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

        Activity

          People

            ingenthr Matt Ingenthron
            tdondich Taylor Dondich
            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