[#4785] Fixed more integration tests

This commit is contained in:
lukaseder 2015-12-11 15:16:38 +01:00
parent f666c7feb0
commit 8a32ed7697

View File

@ -342,7 +342,7 @@ class Limit extends AbstractQueryPart {
* The upper bound, such that ROW_NUMBER() <= getUpperRownum()
*/
final Field<Integer> getUpperRownum() {
return offsetOrZero.add(numberOfRows);
return offsetOrZero.add(numberOfRowsOrMax);
}
/**