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
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