[CDBI] intruding warnings from active statement handle
rahed
raherh at gmail.com
Wed Dec 20 16:24:05 GMT 2006
Hello,
when inserting more than one record into a table with
my::modul->insert(\%data);
I get the following warnings.
prepare_cached(INSERT INTO test (one, two, three) VALUES (?, ?, ?) )
statement handle DBIx::ContextualFetch::st=HASH(0x12f104) still Active
at /usr/local/lib/perl5/site_perl/5.8.7/Ima/DBI.pm line 381
db driver is DBD::SQLite 1.13 and Class::DBI is 3.16.
Records are indeed inserted in the table.
I'd like to get rid of the warnings. Is there a solution?
Thank you.
--
Radek
More information about the ClassDBI
mailing list