Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0
-
None
-
None
Description
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.