integer and ''

Поиск
Список
Период
Сортировка
От Verena Ruff
Тема integer and ''
Дата
Msg-id 200507092220.32742.lists@triosolutions.at
обсуждение исходный текст
Ответы Re: integer and ''  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-novice
Hi,

I am using a php based application with postgresql and now I am in the
progress migrating to pg 8.0.x.

The problem is that this application produces statements like
INSERT INTO table (a, b) VALUES ('1', '')

where a and b are integers. This worked with pg7, but with pg8 I get an error:
invalid value for integer: ''

Is this a changed behaviour in the new version or is there just a parameter in
the config file I don't know?

Thanks in advance,
Verena

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

Предыдущее
От: "Michael Avila"
Дата:
Сообщение: Coding An SQL Statement
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: integer and ''