Re: Integer fields

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Integer fields
Дата
Msg-id Pine.BSO.4.56.0409231349480.5455@leary.csoft.net
обсуждение исходный текст
Ответ на Integer fields  ("Waldomiro" <wmiro@ig.com.br>)
Список pgsql-jdbc

On Thu, 23 Sep 2004, Waldomiro wrote:

> Hi,
>
> In my java application when an user leave some integers field empty, it
> is saved without any digit like this --> ''
>
> In postgres 7.2 it is working, but in 7.4 it doesn't

In 7.2 '' was treated as 0, but starting with the 7.3 release this is
recognized as an invalid integer value.  The bottom line is to fix your
code.

Kris Jurka

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

Предыдущее
От: "David Parker"
Дата:
Сообщение: "out" parameters in CallableStatements
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: JDBC DRIVER FOR HANDHELDS