diff --git a/src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs b/src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs index 1c166b6..3bd0e80 100644 --- a/src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs +++ b/src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs @@ -30,7 +30,7 @@ namespace EntityFrameworkCore.Jet.Update.Internal /// public JetModificationCommandBatch( [NotNull] ModificationCommandBatchFactoryDependencies dependencies) - : base(dependencies) + : base(dependencies,1) { // See https://support.office.com/en-us/article/access-specifications-0cf3c66f-9cf2-4e32-9568-98c1025bb47c // for Access specifications and limits.