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 some time ago), I had the impression,
that Zope does only pass sequence results. Integer results
are translated into 'None'.
Dieter
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )