summaryrefslogtreecommitdiff
path: root/databases/p5-Class-DBI-Plugin-DeepAbstractSearch
AgeCommit message (Collapse)AuthorFilesLines
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-04-12Added databases/p5-Class-DBI-Plugin-DeepAbstractSearch version 0.08abs3-0/+34
This plugin provides a SQL::Abstract search method for Class::DBI. It is similar to Class::DBI::AbstractSearch, but allows you to search and sort by fields from joined tables. Note: When searching and sorting by the fields of the current class only, it is more efficient to use Class::DBI::AbstractSearch.