-
Bug
-
Resolution: Done
-
Major
-
None
-
None
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.
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.