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
Not work correctly with SQL CE. SQL CE not support OVER an ROW_NUMBER function
The text was updated successfully, but these errors were encountered:
The entity framework does not support to share context instances across repositories and therefore generic SQL is required here. See no way to accomplish that with CE supported syntax.
Sorry, something went wrong.
SQL CE 4 (SQL 2012] support OFFSET {0} ROWS FETCH NEXT {1} ROWS ONLY. I am used other SQL query to get total count with where clause.
I will have a look on it.
smartstore/SmartStoreNET@f8a107b
Note: subquery as t3 not necessary. OFFSET work on SQL Server 2012 above.
Updated... it's working but not a very nice solution. It looks like a workaround for a insufficiency of a database product.
mgesing
No branches or pull requests
Not work correctly with SQL CE. SQL CE not support OVER an ROW_NUMBER function
The text was updated successfully, but these errors were encountered: