1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 14:48:32 -04:00

DBD::SQLite: all of the current sth attributes can be taken before execute

This commit is contained in:
Kenichi Ishigaki 2010-02-11 13:36:10 +00:00
parent f957eb5aff
commit 413b1daab4

View file

@ -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);