[jOOQ/jOOQ#8805] Fix parser behaviour for OVERLAY() in DB2
This commit is contained in:
parent
b95cc5fde8
commit
cf5ecafa7b
@ -7564,6 +7564,10 @@ final class ParserImpl implements Parser {
|
||||
Field<Number> f4 =
|
||||
parseKeywordIf(ctx, "FOR")
|
||||
? (Field) parseField(ctx, N)
|
||||
|
||||
|
||||
|
||||
|
||||
: null;
|
||||
parse(ctx, ')');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user