[ https://issues.apache.org/jira/browse/CAY-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nikita Timofeev updated CAY-2587: --------------------------------- Fix Version/s: 4.2.M3 > SQLServer Limit Offset convertation > ------------------------------------ > > Key: CAY-2587 > URL: https://issues.apache.org/jira/browse/CAY-2587 > Project: Cayenne > Issue Type: Bug > Components: Core Library > Affects Versions: 4.2.M1 > Reporter: Konstantin > Priority: Major > Fix For: 4.2.M3 > > Time Spent: 10m > Remaining Estimate: 0h > > Now cayenne query for SQLServer Limit/Offset converts to 'top (Limit+Offset)'. > I think we should convert it to: > OFFSET n ROWS > FETCH NEXT k ROWS ONLY; -- This message was sent by Atlassian Jira (v8.3.4#803005)