IABSD.fr/ports/databases/p5-DBD-SQLite/patches

Branch :


Log

Author Commit Date CI Message
958538f2 2012-01-22 11:29:55 Update to version 1.35 Ok sthen@ robert@ (Maintainer)
6b499755 2010-08-22 16:55:48 update DBD::SQLite to 1.29, ok robert@ (maintainer)
93c093b8 2009-05-12 23:26:26 update to version 1.25 tested by bernd@ in a bulk build, thanks! early test and late reminder by landry@
076fd8c7 2009-01-24 17:42:22 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
46463668 2007-09-21 21:33:26 update to version 1.14 and remove duplicate category ok robert@ (maintainer)
190127f3 2007-05-15 09:37:58 fix segfault, okay robert@
a3d88ae4 2006-12-10 23:17:42 go back to 1.12, as 1.13 has some really weird issues with Rose. Okay robert@
e32a1767 2006-10-23 10:06:03 minor update. okay robert@
67f79cfa 2006-05-10 11:38:08 use installed SQLite, okay robert@
91db17e0 2006-03-23 15:50:30 do not try to pick up installed versions of sqlite3; use the included copy instead; bump PKGNAME; problem reported by naddy@