Tim Bunce [mailto:[EMAIL PROTECTED] wrote:

> How about adding total rows affected as an extra return value in list
> context?:
> 
>   ($tuples_executed, $rows_affected) = $sth->execute_array(...)

How do you determine total rows affected?  Is it simply the sum of rows
affected for each tuple?  That may not be the same as the actual number of
rows affected, because a single row could be affected by multiple tuples.
But I think that would be okay as long it's clear in the documentation.

Ronald


Reply via email to