mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -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:
parent
4ceceb07f1
commit
6c843aa52b
1 changed files with 1 additions and 1 deletions
2
dbdimp.c
2
dbdimp.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue