Commit Graph

12 Commits

Author SHA1 Message Date
sthen
6b499755a0 update DBD::SQLite to 1.29, ok robert@ (maintainer) 2010-08-22 16:55:48 +00:00
simon
93c093b8ac update to version 1.25
tested by bernd@ in a bulk build, thanks!
early test and late reminder by landry@
2009-05-12 23:26:26 +00:00
simon
076fd8c72b 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
2009-01-24 17:42:22 +00:00
simon
4646366869 update to version 1.14 and remove duplicate category
ok robert@ (maintainer)
2007-09-21 21:33:26 +00:00
espie
190127f355 fix segfault, okay robert@ 2007-05-15 09:37:58 +00:00
espie
a3d88ae43b go back to 1.12, as 1.13 has some really weird issues with Rose.
Okay robert@
2006-12-10 23:17:42 +00:00
espie
e32a176708 minor update. okay robert@ 2006-10-23 10:06:03 +00:00
espie
67f79cfa1c use installed SQLite, okay robert@ 2006-05-10 11:38:08 +00:00
robert
91db17e0d5 do not try to pick up installed versions of sqlite3; use the included copy instead;
bump PKGNAME;

problem reported by naddy@
2006-03-23 15:50:30 +00:00
robert
c320b379d4 upgrade to 1.07; respect ${CC} and ${LD} 2004-11-24 20:32:23 +00:00
robert
eec4016291 fix a crash problem; from DBD::SQLite CVS; via FreeBSD 2004-06-11 17:37:48 +00:00
wilfried
0106de31f2 Import of p5-DBD-SQLite-0.31, from Robert Nagy <thuglife@bsd.hu>
DBD::SQLite is the Perl5 Database Interface driver for the SQLite
database.
2004-04-08 21:02:33 +00:00