Обсуждение: is nullable working?

Поиск
Список
Период
Сортировка

is nullable working?

От
"William Anthony Lim"
Дата:
hi,

Is ResultsetMetaData.IsNullable() not working for postgresql?

It always returns 2(columnNullableUnknown).

Thanks.

William


Need a new email address that people can remember
Check out the new EudoraMail at
http://www.eudoramail.com

Re: is nullable working?

От
Kris Jurka
Дата:

On Mon, 8 Mar 2004, William Anthony Lim wrote:

> hi,
>
> Is ResultsetMetaData.IsNullable() not working for postgresql?
>
> It always returns 2(columnNullableUnknown).

This feature has been enabled in the cvs version of the driver, try one of
the 75dev builds avaliable from here:

http://www.ejurka.com/pgsql/jars

Kris Jurka