Re: $dbh->{CachedKids}
"David E. Wheeler" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
On May 2, 2008, at 15:24, Tim Bunce wrote: > You've not given me much to go on, but I'd guess it's related to the > timing of when perl invokes the DESTROY method (which has changed > between perl versions). In which case it may be mostly beyond the > control of the DBI. > > A small self-contained example that behaves differently between > different DBI/Perl versions will buy you more of my time :) Sorry Tim, I was hoping that that would be enough to shake some neurons loose for an easy answer. Here is my original query about this issue: http://aspn.activestate.com/ASPN/Mail/Message/perl-DBI-Dev/1359462 And here is your relevant reply: http://aspn.activestate.com/ASPN/Mail/Message/perl-DBI-dev/1449508 Only now I'm seeing that test fail on 5.6.2. Is it possible that 5.6.2 destroys the handle by the type the do() is called? I don't see your comment in 07kids.t anymore. Thanks, David