]
Barry LaFond resolved TEIIDDES-2867.
------------------------------------
Resolution: Done
10.0.x:
Importing from Sybase JDBC uses default double-quoted name in source
values
---------------------------------------------------------------------------
Key: TEIIDDES-2867
URL:
https://issues.jboss.org/browse/TEIIDDES-2867
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 10.0, 9.0.7
Reporter: Barry LaFond
Assignee: Barry LaFond
Priority: Critical
Fix For: 10.0.1
The Sybase JDBC DB does fails to support Name In Source values with double-quoted
segments.
Current importer will define a table as
"mySchema"."myCatalog".".myTable" and a column NIS as
"column_1"
The d-quotes need to get customized on import to remove the d-quotes
See TEIIDDES-2458 for further discussions.