Skip to content

Commit

Permalink
Update SqlMapper.cs (#2010)
Browse files Browse the repository at this point in the history
Fixed typo in comments
  • Loading branch information
ronwarner authored Dec 7, 2023
1 parent 0cd331b commit 3c3509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dapper/SqlMapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ private static int ExecuteImpl(this IDbConnection cnn, ref CommandDefinition com
}
else
{
cmd.CommandText = masterSql; // because we do magic replaces on "in" etc
cmd.CommandText = masterSql; // because we do magic replacements on "in" etc
cmd.Parameters.Clear(); // current code is Add-tastic
}
info!.ParamReader!(cmd, obj);
Expand Down

0 comments on commit 3c3509f

Please sign in to comment.