AW: Re: [INTERFACES] USE OF CURSORS IN ECPG

Zeugswetter Andreas SB <zeugswettera@wien.spardat.at>

From: Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at>
To: "'Christof Petig'" <christof.petig@wtal.de>, Maurizio <maurizio.c@libero.it>, Michael Meskes <meskes@postgresql.org>
Cc: pgsql-hackers@postgresql.org
Date: 2000-11-10T12:10:19Z
Lists: pgsql-hackers
> PS: You might consider applying the patch for (update where > not_found) -> 100

No, this is not allowed. sqlcode is supposed to be 0 in above case.
You need to explicitly check for the number of rows updated in your
program if needed.

Andreas