SUID labels for source table in transformation diagram do not reflect SUID in
transformation editor
----------------------------------------------------------------------------------------------------
Key: TEIIDDES-929
URL:
https://issues.jboss.org/browse/TEIIDDES-929
Project: Teiid Designer
Issue Type: Bug
Components: Diagrams, Editors, Transformations
Affects Versions: 7.3, 7.4
Reporter: Barry LaFond
Assignee: Barry LaFond
Priority: Minor
Fix For: 7.4
The Transformation Editor changes to support new "default" Insert, Update and
Delete resulted in the SUID letter labels not displaying proper state above the source
table in transformation diagram.
Traced it to logic in TransformationHelper that was looking at
"allowsUpdate(t-root)" and whether the UUID Sql string was NOT NULL.
The UUID Sql string is no longer used.
Need to change logic to look for:
1) allowsUpdate()
2) either (isUpdateSqlDefault() || update user SQL != null )
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira