make modification command bath size to 1

pull/134/head
Christopher Jolly 3 years ago
parent 0e7d080ebd
commit dec08fc0ed

@ -30,7 +30,7 @@ namespace EntityFrameworkCore.Jet.Update.Internal
/// </summary>
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.

Loading…
Cancel
Save