Re: pst.setNull(2, Types.BLOB)

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: pst.setNull(2, Types.BLOB)
Дата
Msg-id Pine.BSO.4.56.0502162219090.25741@leary.csoft.net
обсуждение исходный текст
Ответ на pst.setNull(2, Types.BLOB)  (Tore Halset <halset@pvv.ntnu.no>)
Список pgsql-jdbc

On Wed, 16 Feb 2005, Tore Halset wrote:

> I have just tried to upgrade my jdbc driver, but have a problem with
> setNull for blobs. I am using postgresql-8.0-310.jdbc3.jar with
> commons-dbcp-1.2.1.jar and postgresql-8.0.1.
>
> The test table:
> create table blobtest (a int primary key, b bytea);
>
>              st.setNull(2, Types.BLOB);

This case did not work, and I've committed changes to cvs to make it work,
but not for the bytea case.  BLOB implies using large objects, so it will
set type the null value as oid, not bytea.  You should use one of the
binary types for bytea.

Kris Jurka

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: jdbc security
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: JDBC driver