Hi! After upgrading driver I cant parse oplog documents which contains "$set". Example:
json print { "op" : "u", "o" : { "$set" :
}}
after getting element "o" it becomes utf8 and contains "u"
- is caused by
-
CXX-992 bsoncxx::document::view::find() should be rewritten to avoid string allocation
- Closed
- related to
-
CDRIVER-2414 bson_iter{_init}_find should have length taking overloads
- Closed
- links to