Uploaded image for project: 'Go Driver'
  1. Go Driver
  2. GODRIVER-580

Need to be able to unmarshall to bson.D field within a struct

    • Type: Icon: New Feature New Feature
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 1.3.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      One of the data types in the tools resembles this:

      noformat
      type foo struct

      { Bar *bson.D }

      noformat

      Even with the Stitch-based patches to mgo/bson, this fails unmarshaling with the error "reflect.MakeSlice of non-slice type".

      (N.B. Changing the Bar field to *bson.M works.)

      This ticket is a reminder that after the planned changes to the BSON encoder and mgobson, we need this particular use case to work to help users who want to use mgobson as a stepping stone converting to the Go driver.

            Assignee:
            isabella.siu@mongodb.com Isabella Siu (Inactive)
            Reporter:
            david.golden@mongodb.com David Golden
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: