[
https://issues.jboss.org/browse/TEIIDDES-987?page=com.atlassian.jira.plug...
]
Barry LaFond updated TEIIDDES-987:
----------------------------------
Fix Version/s: 7.7
(was: 7.6)
We added file/xml importers which produce some of these targeted SQL transformations.
Still need to investigate how to best approach editing this SQL and how to expose options
to user, probably in T-Editor.
Pushing to 7.7 or later
Add ability to edit/generate Create Virtual Procedure SQL statements
for RestEasy XML, File and Web Service Translator procedures
---------------------------------------------------------------------------------------------------------------------------------
Key: TEIIDDES-987
URL:
https://issues.jboss.org/browse/TEIIDDES-987
Project: Teiid Designer
Issue Type: Enhancement
Components: Editors, Transformations
Affects Versions: 7.4
Reporter: Barry LaFond
Assignee: Mark Drilling
Fix For: 7.7
Designer includes "Generate xxxx procedures" options in the New Model Wizard.
Also have a RestEasy use-case that requires getXXXX virtual procedures that contain SQL
like:
CREATE VIRTUAL PROCEDURE
BEGIN
SELECT XMLELEMENT(NAME parts, XMLAGG(XMLELEMENT(NAME part,
XMLFOREST(VirtualParts_Supplier.PARTS.PART_ID, VirtualParts_Supplier.PARTS.PART_NAME,
VirtualParts_Supplier.PARTS.PART_COLOR, VirtualParts_Supplier.PARTS.PART_WEIGHT)))) AS
result FROM VirtualParts_Supplier.PARTS WHERE VirtualParts_Supplier.getParts.partId_in =
VirtualParts_Supplier.PARTS.PART_ID;
END
Would be nice to have a framework where "wizards" can be accessed to
create/edit the content of this SQL if the basic structure is a Set Query (SELECT * FROM
XXX)for these specific use-cases.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira