[TYPO3-mvc] Working with limit and offsets, missing exception?

Georg Ringer mail at ringerge.org
Tue Nov 23 15:59:53 CET 2010


Hi,

I came across a problem and wondering if there is an exception missing
in parseLimitAndOffset() inside Typo3DbBackend.

Example:
- Using $query->setLimit() without an offset works fine, no problem
- Using $query->setLimit() && $query->setOffset works fine too.

Using $query->setOffset without $query->setLimit() can't work as the DB
query needs both values. Query: ... LIMIT 4,10 => offset of 4, but LIMIT
4 gives you 4 records.

Should I do an RFC?
Georg


More information about the TYPO3-project-typo3v4mvc mailing list