Re: embedded sql with indicators in other DBs - Mailing list pgsql-hackers

From Christof Petig
Subject Re: embedded sql with indicators in other DBs
Date
Msg-id 39F6EF7A.CB63E559@wtal.de
Whole thread Raw
In response to embedded sql with indicators in other DBs  (Michael Meskes <meskes@postgresql.org>)
List 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 by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: AW: AW: BLERe: AW: AW: relation ### modifiedwhile in use
Next
From: Philip Warner
Date:
Subject: Re: Postgres Question