[teiid-issues] [JBoss JIRA] (TEIID-3624) No way to associate enterprise data types in dynamic vdb constructs

Steven Hawkins (JIRA) issues at jboss.org
Fri Feb 17 08:04:00 EST 2017


    [ https://issues.jboss.org/browse/TEIID-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13365415#comment-13365415 ] 

Steven Hawkins commented on TEIID-3624:
---------------------------------------

Yes, the doc commit is pending.  Please see the create domain statement for other databases.

Or from one of the unit tests:

{code}
CREATE DATABASE domains;
USE DATABASE domains;
CREATE DOMAIN x AS string(1000) NOT NULL; 
CREATE DOMAIN z AS bigdecimal(10,2) NOT NULL;
CREATE VIRTUAL SCHEMA SchemaA;
SET SCHEMA SchemaA;
CREATE VIEW G1 (e1 x, e2 z) AS SELECT 'a', 1.0;
{code}

> 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)


More information about the teiid-issues mailing list