[
https://issues.apache.org/jira/browse/DERBY-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kathey Marsden updated DERBY-2513:
----------------------------------
Issue & fix info: [Newcomer, Repro attached]
Urgency: Low
Bug behavior facts: [Deviation from standard, Embedded/Client difference]
Labels: derby_triage10_8 (was: )
Triage for 10.8. Possibly a good first issue for a newcomer.
> Network client allows OUT param to be set to a value
> ----------------------------------------------------
>
> Key: DERBY-2513
> URL: https://issues.apache.org/jira/browse/DERBY-2513
> Project: Derby
> Issue Type: Bug
> Components: Network Client
> Affects Versions: 10.3.1.4
> Reporter: Kathey Marsden
> Priority: Minor
> Labels: derby_triage10_8
>
> Network client allows an output param to be set to a value.
> See this case in the converted procedure.java LangProcedureTest.java with a
> reference to this bug number.
>
> // try to set an OUT param
> try {
> op.setBigDecimal(1, new BigDecimal("22.32"));
> fail("FAIL - set OUT param to value");
> } catch (SQLException sqle) {
> assertSQLState("XCL27", sqle);
> }
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira