[
https://issues.jboss.org/browse/TEIIDDES-2127?page=com.atlassian.jira.plu...
]
Barry LaFond commented on TEIIDDES-2127:
----------------------------------------
Looking at the end of each file I see 2 differences:
1) REFERENCES changed from ApexPage >> importVDBSrcModel.ApexPage (Id)
2) All the OPTIONS keys for SF changed from *"Supports XXXXXX"* to
*supportsXXXXX*
- Note that these changes mostly likely broke Modeshape's Teiid DDL Parser logic as
well as are incompatible with Designers SF built-in MED
=================
8.6 version
CONSTRAINT Id_PK PRIMARY KEY(Id),
CONSTRAINT FK_ApexPage_ScontrolId FOREIGN KEY(ScontrolId) REFERENCES ApexPage
) OPTIONS (UPDATABLE TRUE, Custom 'false', "Supports Create"
'true', "Supports Delete" 'true', "Supports Merge"
'false', "Supports Query" 'true', "Supports Replicate"
'true', "Supports Retrieve" 'true', "Supports Search"
'false');
=================
8.7 version
CONSTRAINT Id_PK PRIMARY KEY(Id),
CONSTRAINT FK_ApexPage_ScontrolId FOREIGN KEY(ScontrolId) REFERENCES
importVDBSrcModel.ApexPage (Id)
) OPTIONS (UPDATABLE TRUE, custom 'false', supportsCreate 'true',
supportsDelete 'true', supportsMerge 'false', supportsQuery
'true', supportsReplicate 'true', supportsRetrieve 'true',
supportsSearch 'false');
=================
Problem with SF import using Teiid Connection importer - keys not
resolved
--------------------------------------------------------------------------
Key: TEIIDDES-2127
URL:
https://issues.jboss.org/browse/TEIIDDES-2127
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 8.5
Reporter: Mark Drilling
Assignee: Mark Drilling
Fix For: 8.5
Attachments: exportedDDL-DV6.ddl, exportedDDL-Teiid87.ddl
There is a problem with Salesforce import using the Teiid Connection importer in Designer
8.5 when connecting to a teiid 8.7 instance - the keys are not getting resolved, resulting
in numerous model errors after import.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)