[
https://issues.jboss.org/browse/TEIIDDES-1863?page=com.atlassian.jira.plu...
]
Barry LaFond edited comment on TEIIDDES-1863 at 2/6/14 3:30 PM:
----------------------------------------------------------------
Going the model extension route... it's a simple change. Will this be sufficient on
Teiid's end?
New entry for relational.mxd extensions file
{code:xml|title=relationl.mxd (fragment)|borderStyle=solid}
<p:extendedMetaclass
name="org.teiid.designer.metamodels.relational.impl.ProcedureParameterImpl">
<p:property advanced="false" index="true"
masked="false" name="native-type" required="false"
type="string">
<p:display locale="en">Native Type</p:display>
</p:property>
</p:extendedMetaclass>
{code}
was (Author: blafond):
New entry for relationl.mxd extensions file
{code:xml|title=relationl.mxd (fragment)|borderStyle=solid}
<p:extendedMetaclass
name="org.teiid.designer.metamodels.relational.impl.ProcedureParameterImpl">
<p:property advanced="false" index="true"
masked="false" name="native-type" required="false"
type="string">
<p:display locale="en">Native Type</p:display>
</p:property>
</p:extendedMetaclass>
{code}
Add native type to procedure parameters
---------------------------------------
Key: TEIIDDES-1863
URL:
https://issues.jboss.org/browse/TEIIDDES-1863
Project: Teiid Designer
Issue Type: Enhancement
Components: Modeling, Teiid Integration
Reporter: Steven Hawkins
Assignee: Barry LaFond
Fix For: 8.4
TEIID-2644 adds out parameter cursor handling for oracle, and adds a native type property
to procedure parameters (just like regular columns). That is not currently in the index
metadata. This value would need to be captured on import and either a new index version
used, or an extension property (with additional Teiid handling), or the vdb.xml can use
alter statements to add an option.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira