1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libdbix-contextualfetch-perl
Section: perl
Priority: optional
Maintainer: Bart Martens <bartm@knars.be>
Build-Depends: cdbs, debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.8.0), libdbi-perl (>= 1.35), libdbd-sqlite3-perl, libtest-pod-perl, libtest-pod-coverage-perl
Standards-Version: 3.7.2
Package: libdbix-contextualfetch-perl
Architecture: all
Depends: ${perl:Depends}, libdbi-perl (>= 1.35)
Description: Add context aware fetches to DBI
The Perl database independent interface - DBI - does not take much
advantage of Perl's context sensitivity. This is the situation where
a Perl subroutine knows whether the caller wants a single scalar
value or a list of them to be returned.
.
DBIx::ContextualFetch is a sub-class of DBI which redefines some of
the various fetch methods to fix this oversight. It also adds a few
new methods for convenience (though not necessarily efficiency). Much
of this code was originally part of the IMA::DBI Perl module
(libima-dbi-perl package).
.
Homepage: http://search.cpan.org/~tmtm/DBIx-ContextualFetch/
|