a18aba1bb6
The already existing follow-up check throwing "Not all identifier properties can be found in the ResultSetMapping: %s" is a much more technical description. If $sqlIdentifier is empty (count 0) it can be concluded that there are no mapped results. An alternative error message could thus be "The Paginator does not support queries without mapped results." (line 153). Possibly '!=' on line 154 could be replaced by '>' because i think this is the only situation that can occur. But since i don't know this for sure, i left it like i found it. Didn't use elseif in this commit as per Stof his suggestion. |
||
---|---|---|
.. | ||
CountOutputWalker.php | ||
CountWalker.php | ||
LimitSubqueryOutputWalker.php | ||
LimitSubqueryWalker.php | ||
Paginator.php | ||
WhereInWalker.php |