]
Barry LaFond updated TEIIDDES-2482:
-----------------------------------
Fix Version/s: 9.0.2 Beta1
9.0.2
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.