Branch: refs/heads/10.0.x
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 9470050514f257f78650f92b4f8018c06aca798d
https://github.com/Teiid-Designer/teiid-designer/commit/9470050514f257f78...
Author: blafond <blafond(a)redhat.com>
Date: 2016-10-12 (Wed, 12 Oct 2016)
Changed paths:
M
plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/ddl/TeiidDDLConstants.java
M
plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/ddl/TeiidModelToDdlGenerator.java
M
plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/materialization/MaterializedModelManager.java
M
plugins/org.teiid.designer.transformation/src/org/teiid/designer/transformation/util/TransformationHelper.java
Log Message:
-----------
TEIIDDES-2878, TEIIDDES-2933
* added logic to set the materialized table reference properly and the
primary table extension property of the generated ST_xxxx table.
* The process of generating vdb.xml (DDL) was forcing validation of SQL
transformations. Changed some private TransformationHelper methods to
public that obtained the SQL directly from transformation mapping root
saving potential/unneeded work.