The following functions in test-mongoc-sample-commands.c still use mongoc_collection_update(), which has been superseded by newer CRUD methods:
- test_example_52
- test_example_53
- test_example_54
This code ends up in C driver examples published in the MongoDB manual, so it would be preferable to use the newer methods here.
- related to
-
CDRIVER-3051 Using multi flag with mongoc_collection_update fails if retryWrites=true
- Closed
-
CDRIVER-3054 Remove "superseded" docs from mongoc_collection_(remove|insert|update)
- Closed