]
Barry LaFond edited comment on TEIIDDES-2482 at 4/20/15 1:51 PM:
-----------------------------------------------------------------
committed to master:
Enable DDL Importer to import Teiid DDL CREATE VIEW statements to
capture and set SQL expression in view model
--------------------------------------------------------------------------------------------------------------
Key: TEIIDDES-2482
URL:
https://issues.jboss.org/browse/TEIIDDES-2482
Project: Teiid Designer
Issue Type: Enhancement
Components: Import/Export, Transformations
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 9.1, 9.0.2 Beta1, 9.0.2
Teiid DDL supports CREATE VIEW & CREATE PROCEDURE statements that contain SQL
expression. The current DDL Importer does not recognize the SQL expression and will not
set that value on a table or procedure when importing to a View model.
Make the changes necessary to discover the SQL expression and apply to a virtual
table/procedure if importing to a View model.