Skip to content

PreparedStatement#setBlob(int, InputStream) is not supported in DefaultLobCreator [SPR-12265] #16870

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

  1. PreparedStatement#setBlob(int, InputStream)
  2. PreparedStatement#setClob(int, Reader)
  3. PreparedStatement#setBinaryStream(int, InputStream)
  4. PreparedStatement#setAsciiStream(int, InputStream)
  5. 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:

Metadata

Metadata

Assignees

Labels

in: dataIssues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions