]
Barry LaFond resolved TEIIDDES-2985.
------------------------------------
Resolution: Done
master:
Missing Procedure settings in dynamic VDB
-----------------------------------------
Key: TEIIDDES-2985
URL:
https://issues.jboss.org/browse/TEIIDDES-2985
Project: Teiid Designer
Issue Type: Bug
Components: Dynamic VDBs, Import/Export
Affects Versions: 10.0.2
Reporter: Mario Majernik
Attachments: DynamicVDBtesting.zip
Some setting in source model miss after generate source model from dynamic vdb:
* Value of Function is false for "Function"(should be true)
* Value of Update Count is always AUTO(should be ONE for procedure)
* Name is Source for parameters missing
* Value of Name was newParameter_2 for second parameter in Procedure. After generating
from dynamic vdb name is result. I think that is caused direction for this parameter which
was set on RETURN.