Results 2 comments of João Paulo Turski

this query have two "Froms"? a workaround for left joins is the use of subqueryes... select new { P = p, Q = (from ....).SingleOrDefault() };

> @marhefkaadam You can clone from my repository and use branch 9.4.0.0-GA with this fix. You need Maven v3.8 (do not use Maven v3.9) and run building of project: mvn...