We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7e11e commit d3d17e2Copy full SHA for d3d17e2
src/EFCore.PG/Query/Expressions/Internal/PostgresRowValueExpression.cs
@@ -43,7 +43,7 @@ protected override Expression VisitChildren(ExpressionVisitor visitor)
43
if (visited != rowValue && newRowValues is null)
44
{
45
newRowValues = new SqlExpression[Values.Count];
46
- for (var j = 0; j < i; i++)
+ for (var j = 0; j < i; j++)
47
48
newRowValues[j] = Values[j];
49
}
0 commit comments