mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -04:00
DBD::SQLite: all of the current sth attributes can be taken before execute
This commit is contained in:
parent
f957eb5aff
commit
413b1daab4
1 changed files with 2 additions and 2 deletions
4
dbdimp.c
4
dbdimp.c
|
@ -834,11 +834,11 @@ sqlite_st_FETCH_attrib(SV *sth, imp_sth_t *imp_sth, SV *keysv)
|
|||
if (strEQ(key, "sqlite_unprepared_statements")) {
|
||||
return sv_2mortal(newSVpv(imp_sth->unprepared_statements, 0));
|
||||
}
|
||||
|
||||
/*
|
||||
if (!DBIc_ACTIVE(imp_sth)) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
*/
|
||||
/* warn("fetch: %s\n", key); */
|
||||
|
||||
i = DBIc_NUM_FIELDS(imp_sth);
|
||||
|
|
Loading…
Add table
Reference in a new issue