Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-JSR-6
-
Component/s: groovy-jdk
-
Labels:None
-
Number of attachments :
Description
In order to call properly a stored procedure one has to register the output parameters for the SP. Right now the groovy.sql.Sql does not support this.
Attaching tgz of implementation I made to support calling stored procedures. Note that the changes were made in 2004, so there are likely to be some changes in the relevant classes.