[#7025] TODO, replace this by a dynamic enum data type encoding, once available

This commit is contained in:
lukaseder 2018-01-10 15:05:18 +01:00
parent 2d8ae08b5e
commit bd13797ad5

View File

@ -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;
}