We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536aa56 commit f8d31fbCopy full SHA for f8d31fb
1 file changed
Orm/Xtensive.Orm/Sql/Dml/Statements/SqlInsert.cs
@@ -40,7 +40,7 @@ internal override SqlInsert Clone(SqlNodeCloneContext context) =>
40
SqlInsert clone = new SqlInsert();
41
clone.Into = t.Into?.Clone(c);
42
clone.From = t.From?.Clone(c);
43
- clone.ValueRows = t.ValueRows.Clone(context);
+ clone.ValueRows = t.ValueRows.Clone(c);
44
45
if (t.Hints.Count > 0)
46
foreach (SqlHint hint in t.Hints)
0 commit comments