Daniel John Debrunner wrote:
Kristian Waagan (JIRA) wrote:

I have added 8 test cases, but if someone has more/other scenarios for the use 
of getCharacterStream,
it would be great.
I have not done anything special for handling big data volumes,
and size is currently capped at ~32KB (?) due to the lack of support for 
CLOB/BLOB
for CallableStatement/stored procedures.

I'm looking into this issue, but it does not limit your ability to
create large BLOBs/CLOBs. Other tests do this using BLOBs implemented by
test classes or streams that produce larger amounts of data.

Hi Dan,

My comment was all with respect to CallableStatement (procedures or functions). Am I still wrong?

Even if you can create large BLOBs/CLOBs, you can't use them with a CallableStatement, right? Even if they could be, I am not sure what would have to be done. I have used existing code in the network client, and I do not know the stream implementations well enough to know how they handle large data volumes.

If someone has more knowledge about these issues, I would appreciate if a Jira issue was created to track further work required to make the CallableStatement.getCharacterStream implementation better.



--
Kristian


Dan.



Reply via email to