parent
923411e520
commit
ef931d14b4
@ -869,7 +869,7 @@ final class ParserImpl implements Parser {
|
||||
result.setWithTies(true);
|
||||
|
||||
if (offset && parseKeywordIf(ctx, "OFFSET"))
|
||||
result.addLimit(inline((int) (long) parseUnsignedInteger(ctx), limit));
|
||||
result.addLimit(inline((int) (long) parseUnsignedInteger(ctx)), limit);
|
||||
else
|
||||
result.addLimit(limit);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user