You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transcribed verbatim from CPAN RT#124721, warts and all.
Thu Mar 08 02:58:44 2018 ZHENYZ [...] cpan.org - Ticket created
Subject: fetchall_arrayref({}) in certain cases
Some DBD drivers, like DBD::Sybase, could return undef for $sth->FETCH("NAME") in certain cases. When calling fetchall_arrayref({}), it could cause an error like "Can't use an undefined value as an ARRAY reference at .../DBI.pm line 2081", which is this line
Transcribed verbatim from CPAN RT#124721, warts and all.
Thu Mar 08 02:58:44 2018 ZHENYZ [...] cpan.org - Ticket created
Subject: fetchall_arrayref({}) in certain cases
Some DBD drivers, like DBD::Sybase, could return undef for $sth->FETCH("NAME") in certain cases. When calling fetchall_arrayref({}), it could cause an error like "Can't use an undefined value as an ARRAY reference at .../DBI.pm line 2081", which is this line
https://metacpan.org/source/TIMB/DBI-1.640/DBI.pm#L2081
IMHO it could be better to change this line to below
We also have old DBI version 1.616 and that one does not have the issue. I think this issue appears after DBI 1.619. There was a similar report several years ago https://www.nntp.perl.org/group/perl.dbi.users/2013/09/msg36748.html
The text was updated successfully, but these errors were encountered: