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

META() does not serialize correctly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.2.2
    • 2.2.1
    • library
    • None

    Description

      A call like this using the META() function:

        var query = context.Query<Beer>().Select(p => N1Ql.Meta(p)).Take(1)
      

      returns the following JSON:

      {"cas":0.0,"flags":0,"id":null,"type":null}
      

      Note that the correct JSON document is being sent across the wire, so it must be something on the SDK or Linq side.

      Attachments

        Activity

          People

            jmorris Jeff Morris
            jmorris Jeff Morris
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              PagerDuty