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

DDL Sequencer support for Teiid creating global temporary tables

    XMLWordPrintable

Details

    Description

      Add in support for the following Teiid DDL statement:

      CREATE GLOBAL TEMPORARY TABLE myTemp ("
                                  TAB + "x string,"
                                  TAB + "y SERIAL,"
                                  TAB + "PRIMARY KEY(x)"
                                  ")";
      

      The Teiid DDL Sequencer component needs to support:

      • CREATE GLOBAL TEMPORARY TABLE syntax
      • Understand the SERIAL pseudo data type, which substitutes for a non-null auto-incrementing integer.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: