[ 
https://issues.apache.org/jira/browse/IGNITE-23114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898314#comment-17898314
 ] 

Ignite TC Bot commented on IGNITE-23114:
----------------------------------------

{panel:title=Branch: [pull/11518/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/11518/head] Base: [master] : New Tests 
(34)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}JDBC Driver{color} [[tests 
34|https://ci2.ignite.apache.org/viewLog.html?buildId=8163204]]
* {color:#013220}IgniteJdbcDriverTestSuite: 
JdbcThinResultSetSelfTest.testBinaryStreamNull - PASSED{color}
* {color:#013220}IgniteJdbcDriverTestSuite: 
JdbcThinResultSetSelfTest.testBlobNull - PASSED{color}
* {color:#013220}IgniteJdbcDriverTestSuite: 
JdbcThinPreparedStatementSelfTest.testBlobNull - PASSED{color}
* {color:#013220}IgniteJdbcDriverTestSuite: 
JdbcThinPreparedStatementSelfTest.testBlobSeeChangesDoneAfterAddToStatement - 
PASSED{color}
* {color:#013220}IgniteJdbcDriverTestSuite: 
JdbcBlobTest.testGetBinaryStreamWithParamsReadMoreThenStreamLimit - 
PASSED{color}
* {color:#013220}IgniteJdbcDriverTestSuite: 
JdbcBlobTest.testGetBinaryStreamReadMoreThenBlobSize - PASSED{color}
* {color:#013220}IgniteJdbcDriverTestSuite: 
JdbcThinResultSetSelfTest.testBinaryStreamInstancesAreIndependent - 
PASSED{color}
* {color:#013220}IgniteJdbcDriverTestSuite: 
JdbcThinPreparedStatementSelfTest.testBlobWrittenViaOutputStream - PASSED{color}
* {color:#013220}IgniteJdbcDriverTestSuite: 
JdbcThinResultSetSelfTest.testBlobChangeAfterSelect - PASSED{color}
* {color:#013220}IgniteJdbcDriverTestSuite: 
JdbcThinResultSetSelfTest.testBinaryStreamForNonBinaryType - PASSED{color}
* {color:#013220}IgniteJdbcDriverTestSuite: 
JdbcThinResultSetSelfTest.testBlobForNonBinaryType - PASSED{color}
... and 23 new tests

{panel}
[TeamCity *--> Run :: All* 
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8163267&buildTypeId=IgniteTests24Java8_RunAll]

> JDBC thin: support stream APIs for BLOBs
> ----------------------------------------
>
>                 Key: IGNITE-23114
>                 URL: https://issues.apache.org/jira/browse/IGNITE-23114
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Sergey Korotkov
>            Assignee: Sergey Korotkov
>            Priority: Major
>              Labels: ise, jdbc
>          Time Spent: 20h
>  Remaining Estimate: 0h
>
> Currently the stream-related APIs for BLOBs are not supported in JDBC thin 
> driver. 
> In particular the following ones should be supported:
>  
> java.sql.Blob:
>  * setBinaryStream(long)
>  
> java.sql.PreparedStatement:
>  * setBlob(int, InputStream)
>  * setBlob(int, InputStream, long)
>  * setBinaryStream(int, InputStream, int)  
>  * setBinaryStream(int, InputStream, long)  
>  * setBinaryStream(int, InputStream)  
>  
> java.sql.ResultSet
>  * getBinaryStream(int)
>  * getBinaryStream(String)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to