Re: [Zope] PoPy and Delete results

2000-11-28 Thread Chris Gray
Thanks for the response, Dieter. For consistency within Zope, an integer result could still be repackaged as a sequence result. For now I can do what I wanted to by: select count(food) from penguins where food='Henri Bergson' (thus getting the number of records about to be affected by a delete

Re: [Zope] PoPy and Delete results

2000-11-27 Thread Dieter Maurer
Chris Gray writes: > In psql a delete command returns a count of the number of rows > deleted. Is this returned result available to a ZSQL method using PoPy or > PyGreSQL? I think, Zope should pass integer results from SQL commands. But I fear, it does not. When I looked at the code (quite so

[Zope] PoPy and Delete results

2000-11-27 Thread Chris Gray
In psql a delete command returns a count of the number of rows deleted. Is this returned result available to a ZSQL method using PoPy or PyGreSQL? Cheers, Chris ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope **