Re: embedded sql with indicators in other DBs

Поиск
Список
Период
Сортировка
От Christof Petig
Тема Re: embedded sql with indicators in other DBs
Дата
Msg-id 39F6EF7A.CB63E559@wtal.de
обсуждение исходный текст
Ответ на embedded sql with indicators in other DBs  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-hackers
Michael Meskes wrote:

> What do other DBs do with their output variables if there is an embedded SQL
> query resulting in a NULL return value? What I mean is:
>
> exec sql select text into :txt:ind from ...
>
> If text is NULL, ind will be set, but does txt change?
>
> I was just told Informix blanks txt.

Adabas D does not touch txt.
So you might set txt to a reasonable value in case of NULL, or hold the value
in txt of a previous sql statement. On the other hand if you forget to
initialize txt, Informix protects you from yourself.

At least the standard (sql94-bindings-3 clause 7.1) does not mention to change
the value of the variable in null case. Looks like undefined.

I'm undecided. Not touching it looks more right to me but it might break
existing applications.

Christof






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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: AW: AW: BLERe: AW: AW: relation ### modifiedwhile in use
Следующее
От: Philip Warner
Дата:
Сообщение: Re: Postgres Question