Closed
Description
Kazuki Shimizu opened SPR-12265 and commented
I hope that following methods will be supported in the DefaultLobCreator.
(methods that the data will be read from the stream as needed until end-of-file is reached.)
- PreparedStatement#setBlob(int, InputStream)
- PreparedStatement#setClob(int, Reader)
- PreparedStatement#setBinaryStream(int, InputStream)
- PreparedStatement#setAsciiStream(int, InputStream)
- PreparedStatement#setCharacterStream(int, Reader)
For example...
if contentLength is negative(-1), call method of without length.
How do think ?
Affects: 3.2.11, 4.0.7, 4.1 GA
Issue Links:
- INSERT SELECT of large CLOB causes ORA-01461 on setString [SPR-12240] #16854 INSERT SELECT of large CLOB causes ORA-01461 on setString