mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
Tweaks
This commit is contained in:
parent
8d35387d9a
commit
31996481e2
1 changed files with 4 additions and 5 deletions
|
@ -77,8 +77,7 @@ sub prepare {
|
||||||
Statement => $statement,
|
Statement => $statement,
|
||||||
});
|
});
|
||||||
|
|
||||||
DBD::SQLite::st::_prepare($sth, $statement, @attribs)
|
DBD::SQLite::st::_prepare($sth, $statement, @attribs) or return undef;
|
||||||
or return undef;
|
|
||||||
|
|
||||||
return $sth;
|
return $sth;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue