Add LIMIT / OFFSET clause generation method to SelectTranslator lifecycle
-------------------------------------------------------------------------

                 Key: CAY-1131
                 URL: https://issues.apache.org/cayenne/browse/CAY-1131
             Project: Cayenne
          Issue Type: Task
    Affects Versions: 3.0
            Reporter: Andrus Adamchik
            Assignee: Andrus Adamchik
             Fix For: 3.0


Superclass SelectTranslator does not support LIMIT / OFFSET clauses. All this 
functionality is done via adapter provided subclasses. We need to have a common 
method in the superclass (with noop default implementation, as there all DB's 
are different in LIMIT syntax, and most don't support it). This is partially 
motivated by CAY-1130 that will require support of optional limit clause 
turning on and off depending on other query parameters.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to