mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -04:00
DBD-SQLite: initialize a variable
This commit is contained in:
parent
12d7cdda62
commit
aa9335b2af
1 changed files with 1 additions and 1 deletions
2
dbdimp.c
2
dbdimp.c
|
@ -343,7 +343,7 @@ sqlite_st_execute (SV *sth, imp_sth_t *imp_sth)
|
||||||
char *errmsg;
|
char *errmsg;
|
||||||
int num_params = DBIc_NUM_PARAMS(imp_sth);
|
int num_params = DBIc_NUM_PARAMS(imp_sth);
|
||||||
int i;
|
int i;
|
||||||
int retval;
|
int retval = 0;
|
||||||
|
|
||||||
sqlite_trace(3, "execute");
|
sqlite_trace(3, "execute");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue