Page 1 of 1

bug report Oracle Package Wizard

Posted: Fri 11 Mar 2011 10:21
by henrivw
I have a package declared as

PACKAGE pck_bug IS
TYPE ARRAYOFINTEGERS IS TABLE OF INTEGER INDEX BY BINARY_INTEGER;
PROCEDURE STOREMULTIPLE(MYNUMBERS IN ARRAYOFINTEGERS);
END;

The Oracle Package Wizard does not generate the correct procedure:
public void Storemultiple(decimal mynumbers)

I think it should be something like
public void Storemultiple(List mynumbers)

Best regards,
Henri

Posted: Fri 11 Mar 2011 17:16
by StanislavK
Thank you for the report, we've reproduced the issue. We will investigate it and post here about the results.

Posted: Tue 19 Apr 2011 12:10
by StanislavK
We have fixed this issue. A decimal array parameter should be generated now in such situations. The fix is available in the new 6.10.141 version of dotConnect for Oracle. The new build can be downloaded from
http://www.devart.com/dotconnect/oracle/download.html
(the trial version) or from Registered Users' Area (for users with active subscription only):
http://secure.devart.com/

For more information about the fixes and improvements available in dotConnect for Oracle 6.10.141, please refer to
http://www.devart.com/forums/viewtopic.php?t=20789