On Thu, 17 Jun 2004, Jan de Visser wrote:
> Hello,
>
> AbstractJdbc2ResultSet.updateCharacterStream is horribly broken.
Yes, yes it is. It also appears to need the fixes made to
Statement.setCharacterStream that do not make the assumption that read
will return length, but may need to be called multiple times. Will fix.
Kris Jurka