|
|
|
@ -30,7 +30,7 @@ namespace EntityFrameworkCore.Jet.Update.Internal
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public JetModificationCommandBatch(
|
|
|
|
public JetModificationCommandBatch(
|
|
|
|
[NotNull] ModificationCommandBatchFactoryDependencies dependencies)
|
|
|
|
[NotNull] ModificationCommandBatchFactoryDependencies dependencies)
|
|
|
|
: base(dependencies)
|
|
|
|
: base(dependencies,1)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// See https://support.office.com/en-us/article/access-specifications-0cf3c66f-9cf2-4e32-9568-98c1025bb47c
|
|
|
|
// See https://support.office.com/en-us/article/access-specifications-0cf3c66f-9cf2-4e32-9568-98c1025bb47c
|
|
|
|
// for Access specifications and limits.
|
|
|
|
// for Access specifications and limits.
|
|
|
|
|