[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
Fri Feb 22 09:16:00 EST 2019


     [ https://issues.jboss.org/browse/TEIID-5645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on TEIID-5645 started by Steven Hawkins.
---------------------------------------------
> 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
>            Priority: Major
>             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