See test cases:
|
[Fact(Skip = "TODO: Not Supported")] |
|
public override void Join_InnerJoin() { |
|
} |
|
|
|
[Fact(Skip = "TODO: Not Supported")] |
|
public override void Join_LeftJoin() { |
|
} |
Adding support for joins involving a subqueries may or may not involve additional work. If so, open a separate issue to support this as well.
See test cases:
Invio.QueryProvider.MySql/test/Invio.QueryProvider.MySql.Test/MySqlQueryableTest.cs
Lines 95 to 101 in 03146ab
Adding support for joins involving a subqueries may or may not involve additional work. If so, open a separate issue to support this as well.