Page 1 of 1

Entity Framework: "OUTER APPLY is not supported by Oracle"

Posted: Thu 11 Dec 2008 14:28
by TroelsLarsen
When I try to .Include a particular table in my query, I get an "OUTER APPLY is not supported by Oracle" error on runtime.

How can I learn more about what's causing it? Is the problem with the entity framework, or is there support missing from dotConnect?

Does the entity framework generate the OUTER APPLY, or does dotConnect?

Posted: Fri 12 Dec 2008 07:59
by AndreyR
The similar problem was discussed in this post:
http://www.devart.com/forums/viewtopic.php?t=13258
Nothing had changed, we cannot affect the generated expression tree.
Sorry for the inconvenience.

Posted: Fri 12 Dec 2008 08:18
by TroelsLarsen
Thanks - and weird (of the EF team) that they decided to use OUTER APPLY at all, all things considered.

Sorry that I didn't see the other post, I only searched the Oracle forums.