[
https://issues.jboss.org/browse/TEIID-4629?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-4629:
---------------------------------------
You don't have to reference the current schema if there is one already - however what
I'm saying is that create schema doesn't imply that the current schema is set.
See the comment on TEIID-4536
You would need:
create schema x ...
use schema x;
create view ...;
and/or with TEIID-4536
create schema x ... as statements
Offer a ddl solution to replace the vdb.xml
-------------------------------------------
Key: TEIID-4629
URL:
https://issues.jboss.org/browse/TEIID-4629
Project: Teiid
Issue Type: Feature Request
Components: Query Engine, Server
Reporter: Steven Hawkins
Assignee: Ramesh Reddy
Fix For: 9.2
Based upon the work on TEIID-2578 we should first offer the ability to replace the
vdb.xml with ddl. We can additionally include some of the work to represent additional
pieces of the vdb as api level metadata objects (instead of in the admin layer) where
possible. Ideally this should support as much alter functionality as possible.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)