[ https://issues.apache.org/jira/browse/DERBY-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel John Debrunner resolved DERBY-2358. ------------------------------------------ Resolution: Duplicate Duplicate of DERBY-2111 > Exception during multi-row update if a value to be set is a parameter and is > set using a streaming inteface, such as setBinaryStream. > ------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-2358 > URL: https://issues.apache.org/jira/browse/DERBY-2358 > Project: Derby > Issue Type: Bug > Components: JDBC, SQL > Affects Versions: 10.3.0.0 > Reporter: Daniel John Debrunner > Priority: Minor > > A statement like > UPDATE T_MAIN SET V=? > will fail if V is set for more than one row and the parameter is set using > setAsciiStream, setBinaryStream or setCharacterStream. > Most likely because the stream is read twice. > See code in TriggerTest commented with this bug number. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.