diff options
author | mjl <mjl> | 2003-04-21 18:14:53 +0000 |
---|---|---|
committer | mjl <mjl> | 2003-04-21 18:14:53 +0000 |
commit | 424a963eeb1d64dba45dc58183841dee74eda172 (patch) | |
tree | 0e47e83b8493ca59afc7ff6748aa64ec4de7bf91 /databases/p5-DBIx-SearchBuilder | |
parent | 5c767a994ac76a53bc71fc79e2dd27d07ce1b2a5 (diff) | |
download | pkgsrc-424a963eeb1d64dba45dc58183841dee74eda172.tar.gz |
Update p5-DBIx-SearchBuilder to 0.80
- Count method enhanced to ignore "LIMIT"s
- LIMIT behaviour changed to be handle specific
- ReadableAttributes and WritableAttributes added as methods to Record.pm
- SB->Count should return no results unless the search is limited
- Eliminate a warning on empty searches
- No longer attempt to cache (and fail) objects that haven't been
database-loaded
Diffstat (limited to 'databases/p5-DBIx-SearchBuilder')
-rw-r--r-- | databases/p5-DBIx-SearchBuilder/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBIx-SearchBuilder/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/p5-DBIx-SearchBuilder/Makefile b/databases/p5-DBIx-SearchBuilder/Makefile index 242479bb817..8e118f64720 100644 --- a/databases/p5-DBIx-SearchBuilder/Makefile +++ b/databases/p5-DBIx-SearchBuilder/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2003/01/02 15:36:33 mjl Exp $ +# $NetBSD: Makefile,v 1.11 2003/04/21 18:14:53 mjl Exp $ # -DISTNAME= DBIx-SearchBuilder-0.76 +DISTNAME= DBIx-SearchBuilder-0.80 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dxs CATEGORIES= databases perl5 diff --git a/databases/p5-DBIx-SearchBuilder/distinfo b/databases/p5-DBIx-SearchBuilder/distinfo index 65e8f9cd138..87c402b791a 100644 --- a/databases/p5-DBIx-SearchBuilder/distinfo +++ b/databases/p5-DBIx-SearchBuilder/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2003/01/02 15:36:33 mjl Exp $ +$NetBSD: distinfo,v 1.9 2003/04/21 18:14:54 mjl Exp $ -SHA1 (DBIx-SearchBuilder-0.76.tar.gz) = 56748da17930db022621bfcad405d31cd33280a3 -Size (DBIx-SearchBuilder-0.76.tar.gz) = 22968 bytes +SHA1 (DBIx-SearchBuilder-0.80.tar.gz) = e4b2d4b9bf82936c858df2b8f25e021b933e7195 +Size (DBIx-SearchBuilder-0.80.tar.gz) = 23849 bytes |