CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2009/01/24 10:42:22
Modified files:
databases/p5-DBD-SQLite: Makefile
Added files:
databases/p5-DBD-SQLite/patches: patch-dbdimp_c
Log message:
Fix "closing dbh with active statement handles" issue caused by prepared
statements which weren't finalized by $dbh->disconnect().
Since version 3.6.0 of sqlite one can use the new sqlite3_next_stmt()
function to get all open statements and call sqlite3_finalize() on them.
This patch implements that behaviour.
Problem brought to my attention again by bernd@ at p2k8 and i had it in
my tree since then without any issues.
Testing and ok by bernd@ and pea@, thanks!
Bug filed upstream at http://rt.cpan.org/Public/Bug/Display.html?id=40383