[
https://issues.jboss.org/browse/TEIIDDES-1614?page=com.atlassian.jira.plu...
]
Barry LaFond commented on TEIIDDES-1614:
----------------------------------------
* added a getResultSetColumns() method to ICommand in SPI plugin
* added getResultSetColumns() method to Command on 7.7.x branch to return
getProjectedSymbols()
* added helper class, CommandHelper with one static method: getProjectedSymbols(command)
** method accumulates and returns list of getProjectedSymbols() + getResultSetColumns()
(no duplicates)
** replaced all direct command.getProjectedSymbols() in Designer to use
CommandHelper.getProjectedSymbols(command)
Resulting changes fixes this issue of discovering result set and columns during
reconcileTargetAttributes() calls.
Procedure result set not being generated when creating simple CREATE
VIRTUAL PROCEDURE from SQL
-----------------------------------------------------------------------------------------------
Key: TEIIDDES-1614
URL:
https://issues.jboss.org/browse/TEIIDDES-1614
Project: Teiid Designer
Issue Type: Bug
Components: Modeling, Validation
Affects Versions: 8.1
Reporter: Barry LaFond
Assignee: Paul Richardson
Fix For: 8.1
Attachments: DynamicSQLMPS.zip
Designer 7.7.x will auto-generated the virtual procedure result set and columns after
pasting in the following:
CREATE VIRTUAL PROCEDURE
BEGIN
SELECT * FROM PARTS;
END
Current Designer 8.1 codebase results in valid SQL (no errors) but the result set and
columns are not generated.
When creating a Web Service Model/Operation from same PARTS source table the resulting
Operation will have a resulting OUTPUT (result set) but no output column with XML type
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira