Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7186
User: @robob4him
Created On: 2015-02-05T21:59:30Z
Updated At: 2015-11-06T20:11:48Z
Body
The IbmDb2 SQL SelectDecorator is hard-coded to use 'BETWEEN...' for the LIMIT/OFFSET compensations when it is possible to use an offset separate from a limit as would be represented by '> ?' instead of 'BETWEEN...'
This issue has been moved from the
zendframework
repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.htmlOriginal Issue: https://api.github.com/repos/zendframework/zendframework/issues/7186 User: @robob4him Created On: 2015-02-05T21:59:30Z Updated At: 2015-11-06T20:11:48Z Body The IbmDb2 SQL SelectDecorator is hard-coded to use 'BETWEEN...' for the LIMIT/OFFSET compensations when it is possible to use an offset separate from a limit as would be represented by '> ?' instead of 'BETWEEN...'