-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: API
The C++ driver is missing some core functionality from other drivers.
We know that this driver is recommended by MongoDB (http://docs.mongodb.org/ecosystem/drivers/cpp/), but it is missing many features that are in, for instance, the Java API.
WriteConcern and MongoClient changes from November 2012: http://docs.mongodb.org/ecosystem/drivers/cpp/
Bulk Write support for MongoDB 2.6
Insert/Update/Delete return a count of rows changed in MongoDB 2.6.
http://docs.mongodb.org/master/release-notes/2.6/