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

Incorrect settings of flags in DDL Sequencer for view creation

    XMLWordPrintable

Details

    Description

      The CreateTableParser component of the DdlSequencer assigns the wrong scheme element type when parsing "CREATE VIEW ...".

      According to both Teiid's BNF and Teiid's parser, the token VIRTUAL is optional in "CREATE VIRTUAL VIEW" and has no differing affect to using "CREATE VIEW".

      The parser logic demonstrates that the existence of the token "VIEW" is enough to make the Table virtual.

      Thus, the CreateTableParser logic for both CREATE VIEW and CREATE VIRTUAL VIEW should be collapsed together.

      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: