[#4785] Fixed more integration tests
This commit is contained in:
parent
f666c7feb0
commit
8a32ed7697
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user