]
Barry LaFond resolved TEIIDDES-2700.
------------------------------------
Resolution: Done
master:
DDL Export logic does not add non-relational extension properties to
the DDL OPTIONS() clause
---------------------------------------------------------------------------------------------
Key: TEIIDDES-2700
URL:
https://issues.jboss.org/browse/TEIIDDES-2700
Project: Teiid Designer
Issue Type: Bug
Components: Dynamic VDBs, Import/Export, Patch Release
Reporter: Barry LaFond
Assignee: Barry LaFond
Priority: Blocker
Fix For: 9.2.1
Trying to Export the attached salesforce XMI model, the salesforce extension properties
are not included in the OPTIONS() clause.
TeiidModelToDdlGenerator.getTableOptions() method is only adding standard relational
properties and not looking via the extension assistant framework.
May need to add a method on the assistant API like *protected Properties
getTeiidDdlOptions(BaseTable table)* which would make it clear what the methed returned