[
https://issues.jboss.org/browse/TEIIDDES-1662?page=com.atlassian.jira.plu...
]
Barry LaFond commented on TEIIDDES-1662:
----------------------------------------
If you add first table (PARTS) then save and validate, then add second table, STATUS (DND
or Add Source) you'll get the expanded SELECT
SELECT
PartsSourceA.PARTS.PART_ID, PartsSourceA.PARTS.PART_NAME, PartsSourceA.PARTS.PART_COLOR,
PartsSourceA.PARTS.PART_WEIGHT, PartsSourceA.STATUS.STATUS_ID,
PartsSourceA.STATUS.STATUS_NAME
FROM
PartsSourceA.PARTS, PartsSourceA.STATUS
Might help in debugging
Missing source tables in relational view model
----------------------------------------------
Key: TEIIDDES-1662
URL:
https://issues.jboss.org/browse/TEIIDDES-1662
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 8.1
Environment: Teiid Designer 8.1.alpha2
Eclipse Juno sr2, JBDS6.0.1.GA
Reporter: Lucie Fabrikova
Attachments: relational-view-missing-table-souces.png
I create a table in a relational view model, insert transformation SQL referring to a few
tables in source model. The SQL is valid, however all source tables aren't shown in
the table editor (just the first one).
--
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