-
Bug
-
Resolution: Done
-
Major
-
None
-
10.0.2
-
- Import dynamic vdb
- generate archive and models
I had procedure parameter with direction RETURN(third parameter in vdb) and after generate model from dynamic vdb direction is OUT instead RETURN.
In dynamic vdb is mark for RETURN direction(RESULT) but it is propably wrong readed
CREATE FOREIGN PROCEDURE ff (IN newParameter_1 string(4000), INOUT newParameter_2 string(4000), OUT newParameter_3 string(4000) RESULT, OUT newParameter_4 string(4000))
- is incorporated by
-
TEIIDDES-2699 Issues with Dynamic VDB import/export
- Closed