[
https://issues.jboss.org/browse/TEIIDDES-2458?page=com.atlassian.jira.plu...
]
Andrej Šmigala commented on TEIIDDES-2458:
------------------------------------------
[~blafond], there is an additional issue here with current designer. The name in source
for tables imported from sybase is currently e.g.
bq. "bqt2"."SmallA"
as stated in the original description. This does not work.
[~jdurani] suggested in the original description that the name in source should be changed
to
bq. "bqt2"."dbo"."SmallA"
This currently does not work either.
The correct name in source is
bq. bqt.dbo.SmallA
i.e. without the quotes.
Similarly, the name in source for columns is currently imported as e.g
bq. "CharValue"
which does not work, and should be
bq. CharValue
Wrong "name-in-source" property value for imported tables
in Source model (JDBC importer, Sybase 15 Database)
-------------------------------------------------------------------------------------------------------------
Key: TEIIDDES-2458
URL:
https://issues.jboss.org/browse/TEIIDDES-2458
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 9.0.1
Environment: JBDS: 8.0.2GA
TD: 9.0.1.Final
OS: Fedora 20
java: oracle 1.7
JDBC driver: jconn4-26502 - jConnect (TM) for JDBC(TM)/7.00(Build 26502)
Sybase DB: ASE 15.0.3/EBF
Reporter: Juraj Duráni
Attachments: parts_sql_catalog_in_name_in_source.png,
parts_sql_include_catalog_in_name.png, parts_sql_schema_tree.png, pic1.png, pic2.png,
pic3.png, sybase_bqt2_datatools_tree.png
I am trying to import a Source model from Sybase database. But imported tables have wrong
"name-in-source" property values.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)