]
RH Bugzilla Integration commented on TEIIDDES-2497:
---------------------------------------------------
Barry LaFond <blafond(a)redhat.com> changed the Status of [bug
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
Attachments: org.teiid.designer.jdbc.patch,
org.teiid.designer.jdbc.relational.patch
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.