Skip to content

Commit 29eb67b

Browse files
author
fabien.menager
committed
Merge branch 'main' into copilot/add-include-graph-support
2 parents 092ed1f + 137d2fc commit 29eb67b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PhenX.EntityFrameworkCore.BulkInsert/BulkInsertProviderBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ private async Task<string> PerformBulkInsertAsync<T>(
144144
activity?.AddTag("tempTable", tempTableRequired);
145145
activity?.AddTag("synchronous", sync);
146146

147-
await BulkInsert(false, context, tableInfo, entities, tableName, columns, options, ctk);
147+
await BulkInsert(sync, context, tableInfo, entities, tableName, columns, options, ctk);
148148
return tableName;
149149
}
150150

0 commit comments

Comments
 (0)