Re: BUG #4090: ECPG Selecting table with NULL values

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема Re: BUG #4090: ECPG Selecting table with NULL values
Дата
Msg-id 20080406142905.GA26661@feivel.credativ.de
обсуждение исходный текст
Ответ на BUG #4090: ECPG Selecting table with NULL values  ("Mikael Omma" <mikael.omma@ge.com>)
Список pgsql-bugs
> In ECPG when I have "$select a into :a from table where b = :b;" this query
> raises an error if the value a is NULL.
> If I have added the indicator value "$select a int :a, :a_ind from table
> where b = :b;" this also raises the same error. I cannot read rows including
> null values without raising this error.  From the documentation the
> indicator value should prevent raising this error but it is not.
>
> I compile with INFORMIX compablity mode from ESQL sourcecode ported to
> PostgreSQL.

Could you send us a test case? Does it work when not using INFORMIX
mode? Do you use the "-r no_indicator" option?

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!

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

Предыдущее
От: "Pavel Zaitsev"
Дата:
Сообщение: BUG #4095: Out of memory when restore db
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4095: Out of memory when restore db