We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f691eb1 commit 94939cdCopy full SHA for 94939cd
source/mongoschema/db.d
@@ -609,7 +609,7 @@ mixin template MongoSchema()
609
}
610
611
/// Inserts many documents at once. The resulting IDs of the symbols will be generated by the server and not known to the caller.
612
- static void insertMany(T)(T documents, InsertFlags options = InsertFlags.none)
+ static void insertMany(T)(T documents, InsertManyOptions options = InsertManyOptions.init)
613
if (isInputRange!T && is(ElementType!T : typeof(this)))
614
{
615
import std.array : array;
0 commit comments