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

Incorrect docs for unmarshaling BSON Null to bson.M

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 1.4.3
    • Affects Version/s: 1.4.2
    • Component/s: Documentation
    • Labels:
      None

      Docs say:

      When decoding BSON to a D or M, the following type mappings apply when unmarshalling:
      ...
      19. BSON null unmarshals to a primitive.Null.

      But if I create a bson.M with a bson.Null value (or &bson.Null), marshal it, then unmarshal it, I get back nil for the field instead of bson.Null.

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

              Created:
              Updated:
              Resolved: