[teiid-issues] [JBoss JIRA] (TEIID-5645) using an alter to add a key to a view doesn't work unless columns are explicitly declared

Steven Hawkins (Jira) issues at jboss.org
Tue Feb 5 10:33:00 EST 2019


Steven Hawkins created TEIID-5645:
-------------------------------------

             Summary: using an alter to add a key to a view doesn't work unless columns are explicitly declared
                 Key: TEIID-5645
                 URL: https://issues.jboss.org/browse/TEIID-5645
             Project: Teiid
          Issue Type: Bug
          Components: Query Engine
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
             Fix For: 12.1


DDL such as:

create view v as select 1 as c1, 2 as c2;
alter view v add primary key (c1);

does not work because the columns are not defined for the view until metadata validation.





--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the teiid-issues mailing list