Re: pg7.3.4: pg_atoi: zero-length string

Поиск
Список
Период
Сортировка
От Rob Fielding
Тема Re: pg7.3.4: pg_atoi: zero-length string
Дата
Msg-id 3FA7A917.70102@dsvr.net
обсуждение исходный текст
Ответ на Re: pg7.3.4: pg_atoi: zero-length string  (Andrew Sullivan <andrew@libertyrms.info>)
Список pgsql-general

>>The above example in just one case where 'aid' can accept a null value.
>
> That's not a null.  It's a zero-length string.

I've found this is a feature of 7.3 to not treat a empty string as a
NULL integer type. Silly lazy me.

As it turned out it relatively trivial to fix the offending statements
on the few occasions where it has been valid to do this.

Consider this a non-issue.


Cheers,

--

Rob Fielding
Development
Designer Servers Ltd


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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: pg7.3.4: pg_atoi: zero-length string
Следующее
От: Jan Poslusny
Дата:
Сообщение: Databases with different encodings