[
https://issues.jboss.org/browse/TEIIDDES-2979?page=com.atlassian.jira.plu...
]
Barry LaFond resolved TEIIDDES-2979.
------------------------------------
Resolution: Rejected
The Teiid BNF only defines CREATE FOREIGN TABLE/PROCEDURE/FUNCTION for source models. see:
https://docs.jboss.org/author/display/teiid812final/BNF+for+SQL+Grammar#B...
A legacy feature of Designer's EMF metamodel is maintaining both a Table and a View..
but Teiid runtime will treat a source View as a table anyway.
View table is interpreted as Table in dynamic VDB
-------------------------------------------------
Key: TEIIDDES-2979
URL:
https://issues.jboss.org/browse/TEIIDDES-2979
Project: Teiid Designer
Issue Type: Bug
Components: Dynamic VDBs
Affects Versions: 10.0.2
Reporter: Mario Majernik
View table is interpreted in dynamic VDB as Table
This is example from dynamic vdb:
CREATE FOREIGN {color:red}TABLE{color} ViewTable (
newColumn_1 string(4000)
) OPTIONS(NAMEINSOURCE 'ViewTableNameInSource', UPDATABLE 'TRUE')
Should be there VIEW instead TABLE.
So when I try generate source model from dynamic VDB I get Table no View Table
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)