zend-db icon indicating copy to clipboard operation
zend-db copied to clipboard

IbmDb2 SQL SelectDecorator does not allow offset without limit

Open GeeH opened this issue 9 years ago • 1 comments

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...'


GeeH avatar Jun 28 '16 13:06 GeeH

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.

michalbundyra avatar Jan 16 '20 19:01 michalbundyra