1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 14:48:32 -04:00

DBD-SQLite: this change silences those Class::DBI prepared_cache warnings, though I'm not still fully investigated if this is the right fix.

This commit is contained in:
Kenichi Ishigaki 2009-04-02 00:36:01 +00:00
parent 4ceceb07f1
commit 6c843aa52b

View file

@ -412,7 +412,7 @@ sqlite_st_execute (SV *sth, imp_sth_t *imp_sth)
/* warn("Finalize\n"); */
sqlite3_reset(imp_sth->stmt);
imp_sth->nrow = sqlite3_changes(imp_dbh->db);
DBIc_ACTIVE_on(imp_sth);
/* DBIc_ACTIVE_on(imp_sth); */
/* warn("Total changes: %d\n", sqlite3_total_changes(imp_dbh->db)); */
/* warn("Nrow: %d\n", imp_sth->nrow); */
return imp_sth->nrow;