[#7627] Cannot parse comma separated identity specification elements
This commit is contained in:
parent
c3ce66c1e6
commit
5d2624146a
@ -2357,6 +2357,9 @@ final class ParserImpl implements Parser {
|
||||
boolean identityOption = false;
|
||||
|
||||
for (;;) {
|
||||
if (identityOption)
|
||||
parseIf(ctx, ',');
|
||||
|
||||
if (parseKeywordIf(ctx, "START WITH")) {
|
||||
if (!parseKeywordIf(ctx, "LIMIT VALUE"))
|
||||
parseUnsignedInteger(ctx);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user