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 "Øystein Grøvlen (JIRA)" <ji...@apache.org> on 2007/02/20 08:35:05 UTC

[jira] Commented: (DERBY-2358) Exception during multi-row update if a value to be set is a parameter and is set using a streaming inteface, such as setBinaryStream.

    [ https://issues.apache.org/jira/browse/DERBY-2358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474366 ] 

Øystein Grøvlen commented on DERBY-2358:
----------------------------------------

This seems like the same issue as 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.