Skip to content

Modify the set/updateObject methods with int scaleOrLength to apply the length if a Reader or InputStream #822

@mrotteveel

Description

@mrotteveel

Currently we ignore the int scaleOrLength of PreparedStatement.setObject and ResultSet.updateObject methods. In the case of a Reader or InputStream, we should redirect to the appropriate set/updateCharacterStream or set/updateBinaryStream method.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions