[CDBI] Re: prepare_cached...statement handle DBIx::ContextualFetch::st=HASH still Active
"Edward J. Sabol" <sabol-2oVx0MVsMgiP/[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
> DBD::mysql Version: 3.0004 Very interesting. Try "downgrading" to version 3.0003 of DBD::mysql. Or upgrade to the 3.0004_1 developer release. http://search.cpan.org/~capttofu/DBD-mysql-3.0004_1/ The Changelog for the latter indicates the following change in 3.0004_1: * Fix dbd_st_finish which closed the handle prematurely (Martin Evans) [email protected] reported a similar problem on the mailing list just a couple days ago and I believe he reported that downgrading to 3.0003 fixed the problem he was seeing. Hope this helps, Ed