Skip to content

Commit

Permalink
Not used.
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Jan 10, 2018
1 parent cbb5e3a commit ba18a5d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ public override ResultSetMapping AppendUpdateOperation(StringBuilder commandStri
commandStringBuilder.Append("RETURNING ");
commandStringBuilder.AppendJoin(readOperations, (b, e) =>
{
var type = GetColumnType(e);
b.Append(SqlGenerationHelper.DelimitIdentifier(e.ColumnName));
b.Append(" INTO :");
b.Append(SqlGenerationHelper.DelimitIdentifier(e.ColumnName));
Expand Down

0 comments on commit ba18a5d

Please sign in to comment.