[#7627] Cannot parse comma separated identity specification elements

This commit is contained in:
lukaseder 2018-07-02 11:37:14 +02:00
parent c3ce66c1e6
commit 5d2624146a

View File

@ -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);