diff options
author | cube <cube@pkgsrc.org> | 2004-08-02 09:57:02 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-08-02 09:57:02 +0000 |
commit | dad9e9f679b998b2950b180ba478ab1138a5b259 (patch) | |
tree | 03f59af840aa80c63021a8a050b1946bd628235f /databases/p5-DBIx-SearchBuilder/Makefile | |
parent | 2af88a141ae06d42146a9a233b686ef15d9bb067 (diff) | |
download | pkgsrc-dad9e9f679b998b2950b180ba478ab1138a5b259.tar.gz |
Update to version 1.01.
1.01 Sun Jun 27 23:35:46 EDT 2004
- Releasing 1.00_06 as stable
1.00_06 - Pg/Oracle: Don't attempt to do case insensitive comparisons on
integer values.
1.00_05 - Force utf8 flag on when doing searches for utf8 data; this
is a workaround for DBDs that don't do it themselves.
1.00_04 - Move Postgres specific join behaviour to the superclass so
everyone gets the benefit.
1.00_03 - Remove "AS" from table name aliases on joins, since Oracle
doesn't like em.
1.00_02 - Slightly cleaner code in SearchBuilder->GotoPage
1.00_01 - Better handling of case insensitive comparisons on Postgres
- Proper support for query paging on SQLite
Diffstat (limited to 'databases/p5-DBIx-SearchBuilder/Makefile')
-rw-r--r-- | databases/p5-DBIx-SearchBuilder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBIx-SearchBuilder/Makefile b/databases/p5-DBIx-SearchBuilder/Makefile index 28fe8fb2143..9eaabea8306 100644 --- a/databases/p5-DBIx-SearchBuilder/Makefile +++ b/databases/p5-DBIx-SearchBuilder/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2004/04/11 16:12:40 recht Exp $ +# $NetBSD: Makefile,v 1.17 2004/08/02 09:57:02 cube Exp $ # -DISTNAME= DBIx-SearchBuilder-0.99 +DISTNAME= DBIx-SearchBuilder-1.01 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dxs CATEGORIES= databases perl5 |