Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-2091

Sub-Document ArrayAppend and others stores each element as a JSON array

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Major
    • 3.0.0-beta.1
    • 3.0.0-alpha5
    • library
    • None
    • 1

    Description

      For example:

      [
        [
          {
            "name": "Tom",
            "age": 50
          }
        ],
      ...,
        [
          {
            "name": "Harry",
            "age": 66
          }
        ]
      ]
      

      Expected:

      [
        {
          "name": "Tom",
          "age": 50
        },
        {
          "name": "Dick",
          "age": 27
        },
        {
          "name": "Harry",
          "age": 66
        }
      ]
      

      Attachments

        For Gerrit Dashboard: NCBC-2091
        # Subject Branch Project Status CR V

        Activity

          People

            jmorris Jeff Morris
            jmorris Jeff Morris
            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