Re: truncated InputStream returned with getAsciiInputStream() - Mailing list pgsql-jdbc

From Rene Pijlman
Subject Re: truncated InputStream returned with getAsciiInputStream()
Date
Msg-id 8vjvotkirij1irlk2fg81sjpa2isqbh8vn@4ax.com
Whole thread Raw
In response to truncated InputStream returned with getAsciiInputStream()  (Isabelle Therrien <therriei@LUB.UMontreal.CA>)
List pgsql-jdbc
On Thu, 30 Aug 2001 18:24:30 -0400, you wrote:
>So now, to store my data in the database, I use BLOB instead of TEXT.
>It works fine, my data is stored and retreived without any problem with
>method set and getAsciiStream()... until there is a byte with value "-1"
>in my Stream.  If the 43rd byte is "-1", the stream has a length of 42.

Can you post a small program that reproduces the problem?

Regards,
René Pijlman <rene@lab.applinet.nl>

pgsql-jdbc by date:

Previous
From: Isabelle Therrien
Date:
Subject: truncated InputStream returned with getAsciiInputStream()
Next
From: Barry Lind
Date:
Subject: Re: Read transactions don't work on 7.0.x db's