Skip to content

Commit 56e913f

Browse files
committed
Add missing update on doPrepare
1 parent 8f1b429 commit 56e913f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/RepoDb/Operations/DbConnection/InsertAll.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,7 @@ await Tracer
790790

791791
// Set the command properties
792792
command.CommandText = context.CommandText;
793+
doPrepare = dbSetting.IsPreparable;
793794
}
794795

795796
// Set the values

0 commit comments

Comments
 (0)