]
Steven Hawkins updated TEIID-3469:
----------------------------------
Affects Version/s: 8.0
(was: 9.0)
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
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".