2010-07-31 14:37:16 by Jens Rehsack | Files touched by this commit (3) |
Log message:
Updating databases/p5-Template-DBI from 2.64 to 2.65
pkgsrc changes:
- adjust dependencies
- clarify license
- remove upstream applied patch
Upstream changes:
2.65 2010-07-27
- take over maintainership from prior maintainers
Andy Wardley and Simon Matthews (Jens Rehsack)
Thanks to both guys for their great work so far
- improve connect to can reconnect after CLONE
- add support for keeping alive in threaded environment
- add ability to prepare/query with passing params to
$dbh->prepare
- add some neat functions to the iterator of th $sth
- add ability to fetch and store $dbh and $sth attributes
- reap DBI handles for new threads when used in threaded
environments and threads::variable::reap is available
- add test with two placeholders
|
2009-06-15 00:44:54 by Jens Rehsack | Files touched by this commit (1) |
Log message:
do not need to bump PKGREVISION when not imported
|
2009-06-15 00:42:57 by Jens Rehsack | Files touched by this commit (4) | |
Log message:
Importing package of p5 module Template::Plugin::DBI 2.64.
This Template Toolkit plugin module provides an interface to the Perl DBI/DBD
modules, allowing to integrate SQL queries into template documents. It also
provides an interface via the Tie::DBI module (if installed) so that database
records can be accessed without having to embed any SQL in templates.
|