You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kathey Marsden (JIRA)" <ji...@apache.org> on 2007/04/02 23:49:32 UTC

[jira] Created: (DERBY-2512) Network client should not allow prepare of a stored procedure with an output parameter using a PreparedStatement

Network client should not allow prepare of a stored procedure with an output parameter using a PreparedStatement
----------------------------------------------------------------------------------------------------------------

                 Key: DERBY-2512
                 URL: https://issues.apache.org/jira/browse/DERBY-2512
             Project: Derby
          Issue Type: Bug
          Components: Network Client
    Affects Versions: 10.3.0.0
            Reporter: Kathey Marsden
            Priority: Minor


In converting procedure.java I found this issue.  Network Client should not allow a statement to be prepared using a PreparedStatement object if it has an output parameter.   See the following case and reference to this bug in the converted LangProcedureTest.java

              PreparedStatement ps = conn.prepareStatement("CALL OP1(?, ?)");
                fail("FAIL prepare succeeded on OUT param with PreparedStatement");


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.