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

Kristian Waagan commented on DERBY-2711:
----------------------------------------

Committed 'derby-2711v2.diff' to trunk with revision 545495.
Tests ran cleanly except for the current noise in the tinderbox/nightlies (46+1 
failing tests).
A small additional patch with non-functional changes will follow.

Thank you Anurag!

> If large blob is updated after InputStream is fetched (using 
> getBinaryStream), the stream continues to point ot old data
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2711
>                 URL: https://issues.apache.org/jira/browse/DERBY-2711
>             Project: Derby
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 10.3.0.0
>            Reporter: Anurag Shekhar
>            Assignee: Anurag Shekhar
>             Fix For: 10.3.0.0
>
>         Attachments: derby-2711.diff, derby-2711v2.diff
>
>
> While using a large blob (so that blob doesn't gets materialized while 
> fetching from database) getBinaryStream returns stream linked to dvd. After 
> blob is is updated internally the blob data is materialized in 
> LOBStreamControl class but the stream continues to point to dvd hence giving 
> out old data.

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

Reply via email to