]
Steven Hawkins resolved TEIID-3469.
-----------------------------------
Resolution: Done
Updated the name qualification to use the catalog separator and changed our
databasemetadata to return a .
Incorrect DDL Schema when importing from Teiid Data Source Connection
using Informix translator
-----------------------------------------------------------------------------------------------
Key: TEIID-3469
URL:
https://issues.jboss.org/browse/TEIID-3469
Project: Teiid
Issue Type: Bug
Affects Versions: 8.0
Reporter: Bruno Machado
Assignee: Steven Hawkins
Priority: Minor
Labels: ddl, designer, informix, schema, teiid
Fix For: 8.11
When importing from Teiid Data Source Connection using an Informix Translator, an
incorrect schema DDL is set as
"catalog"."schema"."table-name" instead of
"catalog":"schema"."table-name", the delimiter between
catalog and schema is set to '.' but Informix uses ':'.
The '.' character must be replaced by a ':' between catalog and schema
name when importing from Teiid Data Source Connection using Informix translator.
useCatalogName attribute could be set to false as a workaround to this and ignore the
occurance of "catalog".