]
Barry LaFond updated TEIIDDES-2524:
-----------------------------------
Fix Version/s: 9.2
(was: 9.3)
(was: 9.3.1)
Enable DDL importer to import Teiid CREATE VIRTUAL PROCEDURE DDL
----------------------------------------------------------------
Key: TEIIDDES-2524
URL:
https://issues.jboss.org/browse/TEIIDDES-2524
Project: Teiid Designer
Issue Type: Enhancement
Components: Import/Export
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 9.2
Attachments: TEIIDDES-2524_work_in_progress.zip
in 9.1, we've added ability to set SQL for imported *CREATE VIEW ....* ddl via ddl
importer.
for 9.2 we'll add ability to import *CREATE VIRTUAL PROCEDURE...* ddl.
This case is a little more complex since the SQL defined in a procedure transformation
will include just the BEGIN .... END part of the SQL, so there's an additional step
required to extract the relevant SQL string and apply it to the transformation