On Mon, Feb 17, 2003 at 09:16:17PM +1100, Bradley Baetz wrote:
> On Mon, Feb 17, 2003 at 09:25:33AM +, Tim Bunce wrote:
> > Did you try moving these two lines:
> >
> > SV *ka_rv = *hv_fetch((HV*)DBIc_MY_H(imp_sth),
>keyattrib,strlen(keyattrib), TRUE);
> > ka_rv = newSVsv(ka_r
Did you try moving these two lines:
SV *ka_rv = *hv_fetch((HV*)DBIc_MY_H(imp_sth), keyattrib,strlen(keyattrib),
TRUE);
ka_rv = newSVsv(ka_rv); /* copy to invoke FETCH magic */
to the top of the function, specifically before the perl_call_method("fetch",)
Tim.
On Sun, Feb 16,