]
Barry LaFond updated TEIIDDES-2497:
-----------------------------------
Fix Version/s: 9.2
9.0.3
Incorrect "Name in Source" when importing from JDBC
Database using Informix
---------------------------------------------------------------------------
Key: TEIIDDES-2497
URL:
https://issues.jboss.org/browse/TEIIDDES-2497
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 9.0
Reporter: Bruno Machado
Assignee: Barry LaFond
Labels: designer, informix, metadata, teiid
Fix For: 9.2, 9.0.3
When importing from JDBC Database using a Informix connection, an incorrect "Name in
source" metadata is set as
"catalog":"schema":"table-name" instead of
"catalog":"schema"."table-name", the delimiter between
schema and table-name is set to ':' but Informix uses '.'.
The ':' character must be replaced by a '.' between schema and table name
when importing informix tables using Import From JDBC Database.