Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
0.0.2
Description
https://github.com/mongodb/mongo-go-driver/blob/master/bson/encode.go#L466
changing this line to use reflect.DeepEqual() rather than == fixed things for me, but I think normal equals should be fine.
Attachments
Issue Links
- is caused by
-
GODRIVER-359 Add bson.Zeroer types for comparing structs
-
- Closed
-
- is duplicated by
-
GODRIVER-344 isZero function should compare structs with DeepEquals
-
- Closed
-