1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

removed debug info

This commit is contained in:
Kenichi Ishigaki 2010-01-01 08:52:10 +00:00
parent fc6dc7a3d3
commit a3ef235101

View file

@ -579,7 +579,6 @@ sqlite_st_execute(SV *sth, imp_sth_t *imp_sth)
} }
sqlite_error(sth, imp_sth->retval, sqlite3_errmsg(imp_dbh->db)); sqlite_error(sth, imp_sth->retval, sqlite3_errmsg(imp_dbh->db));
if (sqlite3_reset(imp_sth->stmt) != SQLITE_OK) { if (sqlite3_reset(imp_sth->stmt) != SQLITE_OK) {
sqlite_trace(sth, imp_sth, 3, "RESET ERROR!");
sqlite_error(sth, imp_sth->retval, sqlite3_errmsg(imp_dbh->db)); sqlite_error(sth, imp_sth->retval, sqlite3_errmsg(imp_dbh->db));
} }
return -5; /* -> undef in SQLite.xsi */ return -5; /* -> undef in SQLite.xsi */