zend-db
zend-db copied to clipboard
IbmDb2 SQL SelectDecorator does not allow offset without limit
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.html
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 repository has been closed and moved to laminas/laminas-db; a new issue has been opened at https://github.com/laminas/laminas-db/issues/108.