"CROSS APPLY" is not supported in Postgresql?
Hello
If I use a LINQ query over 2 tables, I get an error 42601: syntax error at "APPLY"
It seems that the SQL contains "CROSS APPLY" which is unknown in Postgresql.
How can I avoid that ?
Never had that problem with the previous versions (.NET Framework)
Used versions:
dotConnect 8.1.151
NetTopologySuite 2.4.0 (tried 2.5.0 as well)
EntityFrameworkCore 7.0.9
Best regards,
Christine