KravchenkoAS opened a new pull request #448: URL: https://github.com/apache/cayenne/pull/448
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; If MS SQL Server 2008 and older is used, the query is converted to top (Limit+Offset)'. OFFSET can only be used with 'orderBy'. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org