[CDBI] intruding warnings from active statement handle
rahed <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
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