[ 
https://issues.apache.org/jira/browse/DERBY-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

V.Narayanan updated DERBY-2444:
-------------------------------

    Attachment: ClobBlobNotImplemented_v5.stat
                ClobBlobNotImplemented_v5.diff

Addressed all the issues ppointed out. Also made changes to the test since the 
SQLState after the change in the caes where we test whether pos > length would 
be different. Changed the tests to test for the new SQLState.

Since the new methods are tested only in jdbc4/BlobTest and jdbc4/ClobTest I 
have just run these two tests.

I have however started the junit all run to not miss any failures that might 
occur. Will revert back with the results as soon as the test finishes.

Pls consider this patch for reviews and comments.

> Implement not implemented methods Blob.getBinaryStream(long pos, long length) 
> and Clob. getCharacterStream(long pos, long length) in the Network Client
> -------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2444
>                 URL: https://issues.apache.org/jira/browse/DERBY-2444
>             Project: Derby
>          Issue Type: Improvement
>          Components: Network Client
>            Reporter: V.Narayanan
>         Assigned To: V.Narayanan
>         Attachments: ClobBlobNotImplemented_v1.diff, 
> ClobBlobNotImplemented_v1.stat, ClobBlobNotImplemented_v2.diff, 
> ClobBlobNotImplemented_v2.stat, ClobBlobNotImplemented_v3.diff, 
> ClobBlobNotImplemented_v3.stat, ClobBlobNotImplemented_v4.diff, 
> ClobBlobNotImplemented_v4.stat, ClobBlobNotImplemented_v5.diff, 
> ClobBlobNotImplemented_v5.stat
>
>
> The following methods were introduced in the java.sql.Clob and java.sql.Blob 
> interface as part of JDBC 4.0 and need to be implemented.
> Clob
> ------
> getCharacterStream(long pos, long length)
> Blob
> ------
> getBinaryStream(long pos, long length)

-- 
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