Rwing / EntityFrameworkCore.UseRowNumberForPaging

Bring back support for UseRowNumberForPaging in EntityFrameworkCore 7.0/6.0/5.0
MIT License
24 stars 11 forks source link

.net 6 + ef 6.0.5 Errors will still be reported #15

Open dykRiver opened 1 week ago

dykRiver commented 1 week ago

.net 6 + ef 6.0.5 In the case of navigation attributes,one-to-many,.Include(x => x.Products),Errors will still be reported, Microsoft.Data.SqlClient.SqlException:“'OFFSET' 附近有语法错误。 在 FETCH 语句中选项 NEXT 的用法无效。”

Rwing commented 1 week ago

It seems to be the result of incorrect configuration. Please share your DbContext code