[#7025] TODO, replace this by a dynamic enum data type encoding, once available
This commit is contained in:
parent
2d8ae08b5e
commit
bd13797ad5
@ -5578,6 +5578,8 @@ final class ParserImpl implements Parser {
|
||||
while (parseIf(ctx, ','));
|
||||
|
||||
parse(ctx, ')');
|
||||
|
||||
// [#7025] TODO, replace this by a dynamic enum data type encoding, once available
|
||||
return SQLDataType.VARCHAR;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user