On Sat, 14 Jul 2001 17:00:11 -0700, Alex Algard wrote:
>So please consider adding fetchall_hashref() to DBI.
Untested code:
package DBD::_::st;
sub fetchall_hashref {
splice @_, 1, 0, {};
&fetchall_arrayref;
}
--
Bart.
- fetchall_hashref() - does/will it exist? Alex Algard
- fetchall_hashref() - does/will it exist? Alex Algard
- RE: fetchall_hashref() - does/will it exist? Alex Algard
- Re: fetchall_hashref() - does/will it exist? Bart Lateur
- Re: fetchall_hashref() - does/will it exist? Tim Bunce
- RE: fetchall_hashref() - does/will it exist? Neil Lunn
- Re: fetchall_hashref() - does/will it exist? Ronald J Kimball
- Re: fetchall_hashref() - does/will it exist? Tim Bunce
- Re: fetchall_hashref() - does/will it exist? Ronald J Kimball
- RE: fetchall_hashref() - does/will it exist? Alex Algard
