AW: Re: [INTERFACES] USE OF CURSORS IN ECPG - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: Re: [INTERFACES] USE OF CURSORS IN ECPG
Date
Msg-id 11C1E6749A55D411A9670001FA687963368106@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List 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


pgsql-hackers by date:

Previous
From: Christof Petig
Date:
Subject: Re: Re: [INTERFACES] USE OF CURSORS IN ECPG
Next
From: Christof Petig
Date:
Subject: Re: AW: Re: [INTERFACES] USE OF CURSORS IN ECPG