[
http://issues.apache.org/jira/browse/DERBY-856?page=comments#action_12365041 ]
Daniel John Debrunner commented on DERBY-856:
---------------------------------------------
It would be possible to replace the CLOB in the current error message with
CLOB(x) where x is the correct size. In this case it would be:
CLOB(2147483647)
This would be by using
preparedStatement.getParameterTypes()[parameterIndex-1].getSQLstring()
instead of
getEmbedParameterSetMetaData().getParameterTypeName(
parameterIndex)
> modify setCharacterStreamInternal to take a long for the length, and perform
> the > max int check in the method
> --------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-856
> URL: http://issues.apache.org/jira/browse/DERBY-856
> Project: Derby
> Type: Improvement
> Components: JDBC
> Versions: 10.2.0.0
> Environment: All Environments
> Reporter: V.Narayanan
> Assignee: V.Narayanan
> Priority: Minor
> Attachments: setCharacterStreamInternal.diff,
> setCharacterStreamInternal.stat, setCharacterStreamInternal_1.diff,
> setCharacterStreamInternal_2.diff, setCharacterStreamInternal_2.stat
>
> A similar change to setBinaryStreamInternal is being handled as part of
> DERBY-599.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira