-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.0.2
-
Component/s: None
-
None
When using mongoc_collection_insert(), the document is checked using bson_validate()
When using a bulk insert, bson_validate() is not used.
So this document can be inserted with a bulk insert, but not with mongoc_collection_insert():
{
"user":
}