Re: [OT] fetchrow_hashref vs. fetchrow_arrayref

2001-06-07 Thread Chas Owens
On 07 Jun 2001 14:53:40 -0800, Michael Fowler wrote: > On Thu, Jun 07, 2001 at 05:27:16PM -0400, Chas Owens wrote: > > In DBI, it (fetchrow_hashref, not fetchhash) returns a hash where the > > keys = column names and values = value of the columns on the row. I > > consider it a generaly bad thing

[OT] fetchrow_hashref vs. fetchrow_arrayref

2001-06-07 Thread Michael Fowler
On Thu, Jun 07, 2001 at 05:27:16PM -0400, Chas Owens wrote: > In DBI, it (fetchrow_hashref, not fetchhash) returns a hash where the > keys = column names and values = value of the columns on the row. I > consider it a generaly bad thing since it forces you to alias your > columns when you have tw