]
Barry LaFond updated TEIIDDES-2700:
-----------------------------------
Fix Version/s: 9.2.1
(was: 10.0)
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
Reporter: 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