Skip to content

Commit 30a5229

Browse files
committed
added TODO comment
1 parent 31bcbd3 commit 30a5229

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mongocxx/collection.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,9 @@ void collection::drop(const client_session& session,
13121312
return _drop(&session, wc);
13131313
}
13141314

1315+
// TODO: This was needed to get FLE 2 spec tests to pass.
1316+
// Should we allow users to specify options, or should there be a specialized
1317+
// drop for specifying encrypted fields?
13151318
void collection::drop(bsoncxx::document::view_or_value collection_options) {
13161319
bson_error_t error;
13171320

0 commit comments

Comments
 (0)