We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32af91 commit 7231d00Copy full SHA for 7231d00
1 file changed
test/EFCore.PG.FunctionalTests/Query/QueryNpgsqlTest.cs
@@ -21,6 +21,9 @@ public override void OrderBy_coalesce_skip_take_distinct_take() { }
21
[Fact(Skip = "Support in PG only for numerics")]
22
public override void Where_math_log_new_base() { }
23
24
+ [Fact(Skip = "https://github.com/aspnet/EntityFrameworkCore/pull/10352")]
25
+ public override void DefaultIfEmpty_in_subquery_nested() {}
26
+
27
#region Inherited
28
29
public override void String_Contains_Literal()
0 commit comments