On Sat, Jul 27, 2002 at 12:53:52PM -0700, Jeff Zucker wrote:
> (diff for DBI.pm 1.30)
> 
> 4516c4516
> <   $hash_ref = $dbh->fetchall_hashref($key_field);
> ---
>  >   $hash_ref = $sth->fetchall_hashref($key_field);

Thanks.

> 4544a4545
>  > This method can not be used if any of the key field values is NULL.

It can, but the corresponding hash entry will be keyed by an empty string
and you'll get undefined value warnings if perl warnings are enabled.

Tim.

Reply via email to