]
Mario Majernik closed TEIIDDES-2989.
------------------------------------
Resolution: Done
Missing UDF settings in dynamic VDB
-----------------------------------
Key: TEIIDDES-2989
URL:
https://issues.jboss.org/browse/TEIIDDES-2989
Project: Teiid Designer
Issue Type: Bug
Components: Dynamic VDBs, Import/Export
Affects Versions: 10.0.2
Reporter: Mario Majernik
Assignee: Barry LaFond
Labels: release_notes
Fix For: 11.0.1
Attachments: MissingUDF.zip
When I created UDF function, generate dynamic vdb and generate back view model some
things missed there.
When I set all checkboxes in properties on true in UDF dialog in view model, a lot of
them missing in dynamic vdb and of course in view model after generating.
Determistic checkbox: There is mention in dynamic vdb but wrong because after generating
view model is false.
"Returns null on null" and "Variable Arguments" are set correct
Other checkboxes(Aggregate, Analytic, ...) are not mention in dynamic vdb and missing in
view model after generating
Update Count is always AUTO same as in srouce model.
Missing Name in Source for parameters.
And If I set direction for some column at RETURN, in dynamic vdb is changed on OUT.