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
This commit is contained in:
parent
d457792ab9
commit
6cd958b6ca
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue