Skip to content

Commit adfc680

Browse files
Copilotrenemadsen
andcommitted
Fix Select_take_skip_null_coalesce_operator2/3 parameter naming @p0@p1
Co-authored-by: renemadsen <76994+renemadsen@users.noreply.github.com>
1 parent 67dc8d6 commit adfc680

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/EFCore.MySql.FunctionalTests/Query/NorthwindMiscellaneousQueryMySqlTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3854,7 +3854,7 @@ ORDER BY COALESCE(`c`.`Region`, 'ZZ')
38543854
LIMIT @p
38553855
) AS `c0`
38563856
ORDER BY `c0`.`c`
3857-
LIMIT 18446744073709551610 OFFSET @p0
3857+
LIMIT 18446744073709551610 OFFSET @p1
38583858
""");
38593859
}
38603860

@@ -3875,7 +3875,7 @@ ORDER BY COALESCE(`c`.`Region`, 'ZZ')
38753875
LIMIT @p
38763876
) AS `c0`
38773877
ORDER BY `c0`.`c`
3878-
LIMIT 18446744073709551610 OFFSET @p0
3878+
LIMIT 18446744073709551610 OFFSET @p1
38793879
""");
38803880
}
38813881

0 commit comments

Comments
 (0)