diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-23 20:20:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-23 20:20:34 +0000 |
commit | 6cd958b6cacfd00fb498b4d8c5b6a5bc57cbac97 (patch) | |
tree | dc0bc06f26be453f0bdb0433ba72e1d2a62c8e27 /databases | |
parent | d457792ab9f5215ba1627ab31e624d1b7a9c83af (diff) | |
download | pkgsrc-6cd958b6cacfd00fb498b4d8c5b6a5bc57cbac97.tar.gz |
Update to 1.53:
1.53 Tue Apr 2 03:06:56 UTC 2008
* Fix mysql version check in DistinctQuery function
* Fix order by outer column on Oracle
* Improve tests
1.52 Tue Apr 1 00:48:56 UTC 2008
* Fix order by outer column on SQLite, mysql, adjust Pg. Add test that
cover this.
1.51 Tue Jan 15 22:53:56 UTC 2008
* Fix CountAll method when paging is enabled and data is in memory already
1.50 Fri Nov 23 23:24:00 UTC 2007
* Oracle: Don't DISTINCT query when there is a group by clause
* Fix a problem when we have more then two collections in a union
and some of them are empty
1.49 Sat Jul 7 18:45:41 EDT 2007
* Fix a CPAN signature issue
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-SearchBuilder/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBIx-SearchBuilder/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBIx-SearchBuilder/Makefile b/databases/p5-DBIx-SearchBuilder/Makefile index 5719fa66ea0..65abb1be307 100644 --- a/databases/p5-DBIx-SearchBuilder/Makefile +++ b/databases/p5-DBIx-SearchBuilder/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2007/06/08 11:20:03 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2008/04/23 20:20:34 wiz Exp $ # -DISTNAME= DBIx-SearchBuilder-1.48 +DISTNAME= DBIx-SearchBuilder-1.53 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dxs CATEGORIES= databases perl5 diff --git a/databases/p5-DBIx-SearchBuilder/distinfo b/databases/p5-DBIx-SearchBuilder/distinfo index 60035023c39..166c4dda6c2 100644 --- a/databases/p5-DBIx-SearchBuilder/distinfo +++ b/databases/p5-DBIx-SearchBuilder/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2007/06/08 11:20:04 wiz Exp $ +$NetBSD: distinfo,v 1.23 2008/04/23 20:20:34 wiz Exp $ -SHA1 (DBIx-SearchBuilder-1.48.tar.gz) = 73fa796ee66751a25b8946ff974d4e3bd0321483 -RMD160 (DBIx-SearchBuilder-1.48.tar.gz) = c3b1e6bcbc89488a9b6db41d403a33d8c7454bf5 -Size (DBIx-SearchBuilder-1.48.tar.gz) = 80988 bytes +SHA1 (DBIx-SearchBuilder-1.53.tar.gz) = be1622d6a0c7c1bf5eca74e6618a49976e942360 +RMD160 (DBIx-SearchBuilder-1.53.tar.gz) = 5d97049402f0fac45728480654dca5d0043735b4 +Size (DBIx-SearchBuilder-1.53.tar.gz) = 83551 bytes |