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

The SQL translation of LINQ's Skip/Take is not compatible with SQL Server 2008. #1326

Closed
RickyLin opened this issue Dec 24, 2014 · 1 comment

Comments

@RickyLin
Copy link
Contributor

I have read #299. That's great that EF can take advantage of new feature of new SQL Server. However, do we have a plan to support SQL Server 2008? The SQL Server 2008 doesn't support statement like OFFSET @p3 ROWS FETCH NEXT @p3 ROWS ONLY. In this case, I'm not able to use Skip/Take when targeting SQL Server 2008, which is a pity since I still have to use SQL Server 2008 in the next few years probably.

@rowanmiller
Copy link
Contributor

SQL Server 2008 isn't currently something we are planning to support in our SQL Server provider. It should be fairly easy to override the provider to replace sql generation that is failing for a particular set of scenarios... but it's not something we are planning to explicitly implement/test/support in the official provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants