[
https://issues.jboss.org/browse/TEIIDDES-3040?page=com.atlassian.jira.plu...
]
Barry LaFond commented on TEIIDDES-3040:
----------------------------------------
I tested a dynamic VDB generated in Designer and it logged this error:
The function 'DV_QE_ORACLE11_DS.instr(DV_QE_ORACLE11_DS.SMALLA.STRINGKEY,
'2')' is an unknown form. Check that the function name and number of
arguments is correct.
I think this is a current/related bug I can fix.
I also deployed both the SampleVDB-vdb.xml and SampleVDB.vdb and both deployed without
error. There have been a number of issues fixed around VDB.xml and some around our
procedure definitions, so hopefully this will be fixed in next patch, 11.0.2
Source function in a virtual view, it expects an Object type as the
result
--------------------------------------------------------------------------
Key: TEIIDDES-3040
URL:
https://issues.jboss.org/browse/TEIIDDES-3040
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 10.0.2
Reporter: Colin Mondesir
Assignee: Barry LaFond
Fix For: 11.0.2
Attachments: example.zip
On a physical model, I have created a Source Function INSTR with the following
parameters:
IN char1 string
IN char2 string
RETURN result Integer
When I use this source function in a virtual view, it expects an Object type as the
result of this function. No way to force with an Integer type. So I create an Object
column to store this result. But then I create a VDB and I want to deploy it, it tells me
that it expects a Integer result and not an Object.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)