]
Mark Drilling resolved TEIIDDES-1655.
-------------------------------------
Resolution: Done
Cleaned up entity naming. Also addressed a problem where PKs were not being generated
correctly in the StandardImporter.
Teiid importer needs to handle schema and catalog cases for generated
model
---------------------------------------------------------------------------
Key: TEIIDDES-1655
URL:
https://issues.jboss.org/browse/TEIIDDES-1655
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 8.1
Reporter: Mark Drilling
Assignee: Mark Drilling
Fix For: 8.2
When importing via the Teiid Importer, an example of Teiid DDL for tables:
CREATE FOREIGN TABLE "accounts.ACCOUNT" (
COL1 long NOT NULL DEFAULT '0' OPTIONS (..., NAMEINSOURCE
'`ACCOUNT_ID`', ...),
) OPTIONS (..., NAMEINSOURCE '`accounts`.`ACCOUNT`', ...);
Since some dbs support catalogs, the 'dotted' names can be multiple levels deep.
We need to use a combination of NameInSource and potentially filtering on the DDL
retrieval to determine how the model entities are to be created.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: