Looks right to me at first glance.

Tim.

On Wed, Dec 12, 2001 at 05:07:08PM -0500, Rudy Lippan wrote:
> > 
> > If $p is a ref to a tied hash then the problem is probably DBD::mysql not
> > calling the 'get magic' to trigger the actual FETCH from the hash.
> > 
> 
> Yeah,  that sounds about right.
> 
> I tried adding:
> 
>     if (SvGMAGICAL(str))
>         mg_get(str);
> 
> at the top of dbd_db_quote() in and things quoted corectly,
> but I don't know enough about magic, and perl internals in general, to
> know wether that is the right thing to do.
> 
> 
> Rudy
> 

Reply via email to