Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for EF4 on net.framework 4.5 - outer apply. (on 4.0 Works great) [DNET508] #492

Closed
firebird-automations opened this issue Jun 5, 2013 · 2 comments

Comments

@firebird-automations
Copy link

Submitted by: Wojciech Kmiecik (w_kmiecik)

Hi.

This bug is connected to DNET497, DNET462.

When you have .NET framework 4.5 installed, Entity framework is generating queries with outer apply statement.
BUT when framework is downgraded to 4.0 Queries are OK.

We discovered this fact when investigating DNET497 because OUTER APPLY statements was generated only on single developer machine.
Whole investigation process :
http://stackoverflow.com/questions/16650954/entity-framework-generates-different-queries-on-different-workstations

@firebird-automations
Copy link
Author

Commented by: @cincuranet

How is this related to provider? The query is generated by EF, provider is only translating it to SQL. And EF5 (on .NET 4.5 by default) generates different queries than EF4 (on .NET 4 by default). But provider supports both.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

status: Open [ 1 ] => Closed [ 6 ]

resolution: Won't Fix [ 2 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment