Page 1 of 1

EF6 - OpenSource - OuterApply

Posted: Fri 24 May 2013 10:41
by JoeRuspante
Hi everybody.

I saw that EntityFramework is now Open Source, so anybody could help to resolve the "OuterApply not supported by Oracle" problem.

Do you plan to help Microsoft to solve this issue? (maybe better say "convince Microsoft to do it")

I also saw that now EF6 (beta) has a kind of Interceptor... Maybe you could implement that interceptor for convert the "OuterApply" to another query that the DB could execute.

This is the link: https://entityframework.codeplex.com/wi ... terception

I know that the best way will be done by Microsoft using standard SQL, but since Microsoft sells SQL, maybe isn't interessed in that problem.
So, if you can do it throw any kind of way (for example with Interceptor), why can't you try to do it?

Thank you in advance.

Re: EF6 - OpenSource - OuterApply

Posted: Mon 27 May 2013 14:57
by Shalex
There are requests for descreasing a number of OUTER APPLYs:
http://entityframework.codeplex.com/workitem/617
http://entityframework.codeplex.com/workitem/618

Anyone can vote for these suggestions.