Bug#390144: libdbd-sqlite3-perl: closing dbh with active statement
handles
Bart Martens
bartm at knars.be
Sun Nov 19 11:44:01 CET 2006
Hi Debian Perl Group,
I get the same message when rebuilding libclass-dbi-loader-perl. This
is part of the output of "make test" of that package:
t/06sqlite.........closing dbh with active statement handles at /home/bart/src/libclass-dbi-loader-perl/libclass-dbi-loader-perl-0.33/blib/lib/Class/DBI/Loader/SQLite.pm line 110.
ok
As you can see, it still produces "ok", so I guess this is just a
warning, not an blocking error.
The relevant part in lib/Class/DBI/Loader/SQLite.pm of the
libclass-dbi-loader-perl package:
$sth->finish;
$dbh->disconnect;
return @tables;
It seems that the statement handle $sth is still active after the
"finish".
Regards,
Bart Martens
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20061119/b6996e63/attachment.pgp
More information about the pkg-perl-maintainers
mailing list