[#7696] Cannot parse H2 style ARRAY data type
This commit is contained in:
parent
0a99d4f4b4
commit
f523170c02
@ -7096,6 +7096,13 @@ final class ParserImpl implements Parser {
|
||||
character = ctx.characterNext();
|
||||
|
||||
switch (character) {
|
||||
case 'a':
|
||||
case 'A':
|
||||
if (parseKeywordOrIdentifierIf(ctx, "ARRAY"))
|
||||
return SQLDataType.OTHER.getArrayDataType();
|
||||
|
||||
break;
|
||||
|
||||
case 'b':
|
||||
case 'B':
|
||||
if (parseKeywordOrIdentifierIf(ctx, "BIGINT"))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user