-
Enhancement
-
Resolution: Done
-
Major
-
4.1.0.Final
The DDL Sequencer is currently only capable of parsing non-array data types in DDL, eg.
CREATE FOREIGN TABLE G1 ( e1 integer, e2 string(10), ....
However, to gain parity with Teiid capabilities, it would be good to allow parsing of array data types as well, eg.
CREATE FOREIGN TABLE G1 ( e1 integer[], e2 string(10)[][], ....
This would be equivalent to the requirements stipulated by the Teiid BNF.
- relates to
-
TEIIDDES-2621 Support for array datatype
- Resolved