mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
removed debug info
This commit is contained in:
parent
fc6dc7a3d3
commit
a3ef235101
1 changed files with 0 additions and 1 deletions
1
dbdimp.c
1
dbdimp.c
|
@ -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));
|
||||
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));
|
||||
}
|
||||
return -5; /* -> undef in SQLite.xsi */
|
||||
|
|
Loading…
Add table
Reference in a new issue