[jOOQ/jOOQ#10489] Add parser support for qualified data types in DDL and casts
This commit is contained in:
parent
29bce7c908
commit
e90a9abd76
@ -10542,7 +10542,7 @@ final class ParserImpl implements Parser {
|
||||
break;
|
||||
}
|
||||
|
||||
return new DefaultDataType(ctx.dsl.dialect(), Object.class, parseIdentifier(ctx).toString());
|
||||
return new DefaultDataType(ctx.dsl.dialect(), Object.class, parseName(ctx));
|
||||
}
|
||||
|
||||
private static final boolean parseKeywordOrIdentifierIf(ParserContext ctx, String keyword) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user