[ http://issues.apache.org/jira/browse/DERBY-89?page=comments#action_57481 ] Daniel John Debrunner commented on DERBY-89: --------------------------------------------
Patch applied. Feature needs more work to be complete, e.g. Error checking of invalid java type conversions (e.g. INT to java.util.Hashtable) Possibly move signature into parser to be validated is of correct type. Upgrade issues. Sending java/engine/build.xml Sending java/engine/org/apache/derby/iapi/services/loader/ClassInspector.java Sending java/engine/org/apache/derby/impl/build.xml Sending java/engine/org/apache/derby/impl/io/build.xml Sending java/engine/org/apache/derby/impl/services/build.xml Sending java/engine/org/apache/derby/impl/sql/compile/MethodCallNode.java Sending java/engine/org/apache/derby/impl/sql/compile/NodeFactoryImpl.java Sending java/testing/org/apache/derbyTesting/functionTests/master/procedure.out Sending java/testing/org/apache/derbyTesting/functionTests/tests/lang/procedure.java Sending java/testing/org/apache/derbyTesting/functionTests/util/ProcedureTest.java Transmitting file data .......... Committed revision 124819. > Support Java Signature in procedure declaration > ----------------------------------------------- > > Key: DERBY-89 > URL: http://issues.apache.org/jira/browse/DERBY-89 > Project: Derby > Type: New Feature > Components: SQL > Reporter: Jeremy Boynes > Attachments: derby_java_signature.patch > > Derby cannot resolve procedures to methods when the Java signature determined > from the SQL declaration is ambiguous. SQL-03 Part 13 allows a Java signature > to be supplied in the SQL. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
