EF6 - OpenSource - OuterApply

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
JoeRuspante
Posts: 54
Joined: Mon 05 Jul 2010 23:08

EF6 - OpenSource - OuterApply

Post by JoeRuspante » Fri 24 May 2013 10:41

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.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: EF6 - OpenSource - OuterApply

Post by Shalex » Mon 27 May 2013 14:57

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.

Post Reply