Uploaded image for project: 'ModeShape'
  1. ModeShape
  2. MODE-2388

Enable DDL Sequencer to parse data type array dimensions

XMLWordPrintable

      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.

              hchiorean Horia Chiorean (Inactive)
              parichar@redhat.com Paul Richardson
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: