[CDBI] Re: Statement handle warnings issue?
"Edward J. Sabol" <sabol-2oVx0MVsMgiP/[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
John Day wrote: > It seems that if I use a search, then when I go to do another search I > get a warning like this: > > prepare_cached(SELECT id > FROM contact > WHERE user = ? > ) statement handle DBIx::ContextualFetch::st=HASH(0x864c378) still > Active at /usr/lib/perl5/site_perl/5.8.4/Ima/DBI.pm line 391 > > DBIx::ContextualFetch is v 1.03 > DBD::mysql is v3.0006 > Ima::DBI is v0.33 > Class::DBI is v3.0.14 > > any suggestions? I don't use MySQL personally, but, on 7/19/06, Dan Rowles <[email protected]> posted the following remedy to the classdbi mailing list for this exact problem: Downgrading to DBD::mysql 3.0003 will make the problem go away for now. Hope this helps, Ed