]
Van Halbert reassigned TEIID-3033:
----------------------------------
Assignee: Van Halbert (was: Steven Hawkins)
Importing metadata thru Designer versus using dynamic VDB is
different
----------------------------------------------------------------------
Key: TEIID-3033
URL:
https://issues.jboss.org/browse/TEIID-3033
Project: Teiid
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Misc. Connectors
Affects Versions: 8.7.1, 8.9
Reporter: Van Halbert
Assignee: Van Halbert
The importing of metadata using JDBC importer (using ModeShape driver) returns tables as
under Views and columns with underscore, like: nt_base
but when using dynamic VDB, the tables show up under Tables and the columns have a colon,
like:L nt:base
and there require you to quote the columns in order to query ("nt:base")