mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
silence warnings on HP-UX, spotted by Tux
This commit is contained in:
parent
0862fd90f8
commit
77cdbe4733
1 changed files with 1 additions and 2 deletions
3
dbdimp.c
3
dbdimp.c
|
@ -893,8 +893,7 @@ sqlite_bind_ph(SV *sth, imp_sth_t *imp_sth,
|
|||
}
|
||||
}
|
||||
pos = 2 * (SvIV(param) - 1);
|
||||
sqlite_trace(sth, imp_sth, 3, form("bind into 0x%p: %d => %s (%d) pos %d",
|
||||
imp_sth->params, SvIV(param), SvPV_nolen_undef_ok(value), sql_type, pos));
|
||||
sqlite_trace(sth, imp_sth, 3, form("bind into 0x%p: %"IVdf" => %s (%"IVdf") pos %d", imp_sth->params, SvIV(param), SvPV_nolen_undef_ok(value), sql_type, pos));
|
||||
av_store(imp_sth->params, pos, SvREFCNT_inc(value));
|
||||
av_store(imp_sth->params, pos+1, newSViv(sql_type));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue