Re: Bug with blobs?

Поиск
Список
Период
Сортировка
От Rob Kirkbride
Тема Re: Bug with blobs?
Дата
Msg-id 42FBAD47.5010403@rkcomputing.co.uk
обсуждение исходный текст
Ответ на Re: Bug with blobs?  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Kris Jurka wrote:

>
>
> On Thu, 11 Aug 2005, Rob Kirkbride wrote:
>
>> I was getting an exception thrown when using Hibernate to read blobs but
>> I've pared it down to something very simple - hopefully it's just
>> something silly.
>>
>>           String query = "select imageblob from tempimages where id=1";
>>
>>                   java.sql.Blob blob = rs.getBlob("imageblob");
>>
>> It throws a
>> org.postgresql.util.PSQLException: Bad value for type int :
>> \377\330\377\340\000 .... <blob data removed>
>>   at
>> org.postgresql.jdbc2.AbstractJdbc2ResultSet.toInt(AbstractJdbc2ResultSet.java:2528)
>>
>>   at
>
>
> Postgresql maps Blob data to the oid datatype, not bytea.  For bytea
> data you should use getBytes() not getBlob.
>
> Kris Jurka
>
Thanks. It's actually being done within Hibernate so I don't have a
great deal of control but I'll try using the binary type which works
with bytea and hopefully will be ok.

Rob



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Nanu Ram"
Дата:
Сообщение: Re: Memory leak in 8.0 JDBC driver?
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Memory leak in 8.0 JDBC driver?