-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Implementation
-
None
Now that CDRIVER-1751 and CDRIVER-1779 are resolved, we should write negative collation integration tests for collection::find(), collection::find_one(), and collection::find_one_and_*(), per the following TODOs:
- https://github.com/mongodb/mongo-cxx-driver/blob/e2c086fe158c9a21f1d168ec13800b1a04e2211f/src/mongocxx/test/collection.cpp#L225-L226
- https://github.com/mongodb/mongo-cxx-driver/blob/e2c086fe158c9a21f1d168ec13800b1a04e2211f/src/mongocxx/test/collection.cpp#L244-L245
- https://github.com/mongodb/mongo-cxx-driver/blob/e2c086fe158c9a21f1d168ec13800b1a04e2211f/src/mongocxx/test/collection.cpp#L712-L713
- https://github.com/mongodb/mongo-cxx-driver/blob/e2c086fe158c9a21f1d168ec13800b1a04e2211f/src/mongocxx/test/collection.cpp#L778-L779
- https://github.com/mongodb/mongo-cxx-driver/blob/e2c086fe158c9a21f1d168ec13800b1a04e2211f/src/mongocxx/test/collection.cpp#L833-L834
- depends on
-
CDRIVER-1751 mongoc_collection_find_with_opts() should return error if collation specified and connection does not support read commands
- Closed
-
CDRIVER-1779 mongoc_collection_find_and_modify_with_opts() should return error if collation specified and connection max wire version < 5
- Closed