Re: BUG #1469: ECPG : Can't delete an item pointed by a cursor - Mailing list pgsql-bugs

From Michael Meskes
Subject Re: BUG #1469: ECPG : Can't delete an item pointed by a cursor
Date
Msg-id 20050208114310.GA15169@1
Whole thread Raw
In response to BUG #1469: ECPG : Can't delete an item pointed by a cursor  ("Anthony COMMUNIER" <anthony.communier@capgemini.fr>)
List pgsql-bugs
On Mon, Feb 07, 2005 at 11:48:48PM +0000, Anthony COMMUNIER wrote:
> The statement : EXEC SQL DELETE  FROM <table> WHERE CURRENT OF <cursor name>
> (describe in SQL 99) isn't recognize by ecpg

This holds for the backend as well, doesn't it?

The feature is not implemented and thus it makes no sense to allow it in
ecpg. But there are some patches that implement
the feature on gborg afaik.

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

pgsql-bugs by date:

Previous
From: rob
Date:
Subject: Re: SELECT returning too many rows (?)
Next
From: Michael Meskes
Date:
Subject: Re: 8.0 ecpg crashes with "create table as" statement.