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 3227850 commit 1035bf1Copy full SHA for 1035bf1
test/EFCore.Jet.FunctionalTests/Query/NorthwindWhereQueryJetTest.cs
@@ -1560,7 +1560,7 @@ public override async Task Where_concat_string_int_comparison3(bool isAsync)
1560
1561
SELECT `c`.`CustomerID`
1562
FROM `Customers` AS `c`
1563
-WHERE (((({AssertSqlHelper.Parameter("@__p_0")} & '') & `c`.`CustomerID`) & {AssertSqlHelper.Parameter("(@__j_1")} & '')) & (42 & '')) = `c`.`CompanyName`
+WHERE (((({AssertSqlHelper.Parameter("@__p_0")} & '') & `c`.`CustomerID`) & ({AssertSqlHelper.Parameter("@__j_1")} & '')) & (42 & '')) = `c`.`CompanyName`
1564
""");
1565
}
1566
0 commit comments