[
https://issues.jboss.org/browse/TEIID-3624?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-3624:
---------------------------------------
With the second commit, we can correctly use domain names in cast/convert and several
other places. We cannot however use them yet in:
create temp table
execute immediate
arraytable
object table
text table
xml table
In each instance there is some existing logic that relies on the type names being the
default runtime types. I'll work to relax that in subsequent commits.
The javadocs and method names were updated in several places to help highlight the
differing types we are dealing with. In any instance we where need the type name
converted to a class there is now a method on the querymetadatainterface that will resolve
against the standard type names and the domains defined in the vdb.
As much as possible the Designer builtin type names are not used.
No way to associate enterprise data types in dynamic vdb constructs
-------------------------------------------------------------------
Key: TEIID-3624
URL:
https://issues.jboss.org/browse/TEIID-3624
Project: Teiid
Issue Type: Enhancement
Components: Grammar, Query Engine
Reporter: Van Halbert
Assignee: Steven Hawkins
Fix For: 9.3
I don't find any doc's on how to define enterprise data types in a dynamic vdb.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)