[jOOQ/jOOQ#9028] Fix also ALTER SEQUENCE statement
This commit is contained in:
parent
b1d9fceddf
commit
5828de119c
@ -3067,7 +3067,7 @@ final class ParserImpl implements Parser {
|
||||
}
|
||||
else if (parseKeywordIf(ctx, "RESTART")) {
|
||||
if (parseKeywordIf(ctx, "WITH"))
|
||||
return s1.restartWith(parseUnsignedInteger(ctx));
|
||||
return s1.restartWith(parseUnsignedIntegerOrBindVariable(ctx));
|
||||
else
|
||||
return s1.restart();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user