Re: setBlob(int, Blob) with large blob

Поиск
Список
Период
Сортировка
От Tore Halset
Тема Re: setBlob(int, Blob) with large blob
Дата
Msg-id 75F1B14C-41FD-4087-B29C-A3F589486993@pvv.ntnu.no
обсуждение исходный текст
Ответ на setBlob(int, Blob) with large blob  (Tore Halset <halset@pvv.ntnu.no>)
Список pgsql-jdbc
Hello.

Thanks to Dave Cramer for mergin in the fix.

Regards,
Tore Halset.

On 9. sep. 2013, at 12:14, Tore Halset <halset@pvv.ntnu.no> wrote:

> Hello.
>
> I am using setBlob(int, Blob) with a 3.2GB large blob, but got the following stack trace.
>
> java.lang.IndexOutOfBoundsException
>     at java.io.BufferedInputStream.read(BufferedInputStream.java:327)
>     at org.postgresql.jdbc2.AbstractJdbc2Statement.setBlob(AbstractJdbc2Statement.java:3073)
>
> This pull-request fixes this problem for me.
> https://github.com/pgjdbc/pgjdbc/pull/83
>
> Regards,
> Tore Halset.
>
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>



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

Предыдущее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: 9.3 driver
Следующее
От: Lachezar Dobrev
Дата:
Сообщение: Re: Regression: Problems with Timestamp arguments