Re: Active statement handles mystery?
- From: Tim.Bunce@xxxxxxxxx (Tim Bunce)
- Date: Mon, 16 Jul 2007 09:32:06 +0100
On Sun, Jul 15, 2007 at 03:55:43PM +1000, Owen wrote:
I have a script that operates on SQLite and SQLite2 that finished like;
$sth->finish; # Statement handle for $data_dbh
$sth_users_dbh->finish; # Statement handle for $users_dbh
$data_dbh->disconnect;
$users_dbh->disconnect;
__END__
After running successfully, it reports;
"closing dbh with active statement handles at dl_update line ....."
When I add
undef $sth;
undef $sth_users_dbh;
after the finish statements, the message is not reported.
I don't think it is important, but wonder if this is an oddity, or just something I am not doing?
Looks like a bug. Please report it.
Tim.
.
- References:
- Active statement handles mystery?
- From: Owen
- Active statement handles mystery?
- Prev by Date: RE: DBI-1.50 | make error on Solaris 10
- Next by Date: Placeholder question
- Previous by thread: Active statement handles mystery?
- Next by thread: (Fwd) dbi help
- Index(es):
Relevant Pages
|
|