You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Konstantin (JIRA)" <ji...@apache.org> on 2019/06/24 14:17:00 UTC

[jira] [Created] (CAY-2587) SQLServer Limit Offset convertation

Konstantin created CAY-2587:
-------------------------------

             Summary: 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


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
(v7.6.3#76005)