There was an error while loading. Please reload this page.
1 parent 8f1b429 commit 56e913fCopy full SHA for 56e913f
1 file changed
src/RepoDb/Operations/DbConnection/InsertAll.cs
@@ -790,6 +790,7 @@ await Tracer
790
791
// Set the command properties
792
command.CommandText = context.CommandText;
793
+ doPrepare = dbSetting.IsPreparable;
794
}
795
796
// Set the values
0 commit comments