Hi,
I'm using DBI to connect to an Oracle 9i database.
After connect, prepare and execute of an 'update' statement, the
following
$sth->fetchrow_hashref("NAME_lc")
failes with
DBI.xs:2001: dbih_get_attr_k: assertion »i == (((((const SV *)
(name_av))->sv_flags & 0x00800000)) ? Perl_mg_size(my_perl, ((SV *)
({ void *_p = (name_av); _p; }))) : ((XPVAV*) (name_av)->sv_any)-
>xav_fill)+1« failed.
Despite it being pointless to call fetchrow after an update I feel
this still should not happen.
Any thoughts?
Regards,
Mara