[jOOQ/jOOQ#12003] Add support for ALTER COLUMN adding an identity
This commit is contained in:
parent
4d1388c1e5
commit
c4b65bc28b
@ -4609,6 +4609,10 @@ final class DefaultParseContext extends AbstractScope implements ParseContext {
|
||||
identityOption = true;
|
||||
continue;
|
||||
}
|
||||
else if (parseSignedIntegerLiteralIf() != null) {
|
||||
identityOption = true;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (identityOption)
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user