Skip to content

Commit

Permalink
[#8805] Fix parser behaviour for OVERLAY() in DB2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaseder committed Feb 27, 2020
1 parent b95cc5f commit cf5ecaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jOOQ/src/main/java/org/jooq/impl/ParserImpl.java
Expand Up @@ -7564,6 +7564,10 @@ private static final Field<?> parseFieldOverlayIf(ParserContext ctx) {
Field<Number> f4 =
parseKeywordIf(ctx, "FOR")
? (Field) parseField(ctx, N)




: null;
parse(ctx, ')');

Expand Down

0 comments on commit cf5ecaf

Please sign in to comment.