[
https://issues.jboss.org/browse/TEIIDDES-2979?page=com.atlassian.jira.plu...
]
Mario Majernik updated TEIIDDES-2979:
-------------------------------------
Description:
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
was:
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
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)