diff options
author | hiramatsu <hiramatsu> | 2011-11-16 08:02:42 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2011-11-16 08:02:42 +0000 |
commit | 39d587c3774ec7be5ab930a3d11a7800f20b3311 (patch) | |
tree | 4a8f246ea7c561ac7c9c221b3baf9761b63c2831 /databases | |
parent | c45f3b64a10cbe8b4d4ff92521148033bd298332 (diff) | |
download | pkgsrc-39d587c3774ec7be5ab930a3d11a7800f20b3311.tar.gz |
Update p5-DBIx-SearchBuilder to 1.61.
Changes from previous:
1.61 Fri Sep 16 15:47:50 MSD 2011
* New methods in Handle for mass changes from select statements:
InsertFromSelect, DeleteFromSelect and SimpleUpdateFromSelect
* New methods in Handle for generation of date time related SQL
1.60 Thu Sep 15 01:01:15 MSD 2011
* custom BuildDSN for Oracle
** Database is treated as SID if SID is not provided
** Build 'dbi:Oracle:<SID>' instead of 'dbi:Oracle:sid=<SID>'
* changes in DBIx::SearchBuilder->Column method
** complete documentation
** support for empty FIELD argument
** column naming fix when explicit ALIAS => 'main' passed
1.59 Fri Nov 19 13:45:01 MSK 2010
* DBIx::SearchBuilder->DistinctFieldValues method
1.58 Wed Oct 20 02:17:37 MSD 2010
* SIGNATURE fix
* delete obsolete cvs metadata from a module
1.57 Mon Sep 4 21:21:57 UTC 2010
* INCOMPATIBLE CHANGE: NextPage and PrevPage were adding rows from
the previous page. Jesse claims that when he wrote this code, he
was 20 years old and it seemed like a good idea at the time.
* When logging queries, include full stack trace
* support $sb->NewAlias( 'table' => 'LEFT' );
* allow join to depend on nothing
* catch cases when there are more closing parens then should be
* Oracle: Use ROW_NUMBER() to propagate row ordering from inside the DISTINCT
* Various performance improvements through small internal refactorings
* Implemented 'sub Fields' on Oracle
* unify case insensitive characters to avoid using LOWER() in some
cases
* We now RedoSearch when RowsPerPage is changed
* No longer RedoSearch if FirstRow is called, but is not actually changed
* Document all paging functions and test them
* handle LOWER() in redundant LEFT joins optimizer,
for Oracle and may be Pg
* Make debugging problems easier by passing errors back
https://rt.cpan.org/Ticket/Display.html?id=55203
* fix Record->PrimaryKeys, field names in values hash are lc'ed
https://rt.cpan.org/Ticket/Display.html?id=18280
* doc updates and cleanups
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-SearchBuilder/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBIx-SearchBuilder/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-DBIx-SearchBuilder/Makefile b/databases/p5-DBIx-SearchBuilder/Makefile index c57f8e8c2e2..325b4e73430 100644 --- a/databases/p5-DBIx-SearchBuilder/Makefile +++ b/databases/p5-DBIx-SearchBuilder/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2011/08/14 08:18:08 obache Exp $ +# $NetBSD: Makefile,v 1.41 2011/11/16 08:02:42 hiramatsu Exp $ # -DISTNAME= DBIx-SearchBuilder-1.56 +DISTNAME= DBIx-SearchBuilder-1.61 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5dxs CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} diff --git a/databases/p5-DBIx-SearchBuilder/distinfo b/databases/p5-DBIx-SearchBuilder/distinfo index b409b0c6cbf..dc2349e1fdf 100644 --- a/databases/p5-DBIx-SearchBuilder/distinfo +++ b/databases/p5-DBIx-SearchBuilder/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2009/07/19 11:29:32 sno Exp $ +$NetBSD: distinfo,v 1.27 2011/11/16 08:02:42 hiramatsu Exp $ -SHA1 (DBIx-SearchBuilder-1.56.tar.gz) = b45805f95715be6691051b701025cbdb31c6a5d4 -RMD160 (DBIx-SearchBuilder-1.56.tar.gz) = de3f7beabd1c6e7ae94c2c5485858dd13349c967 -Size (DBIx-SearchBuilder-1.56.tar.gz) = 87980 bytes +SHA1 (DBIx-SearchBuilder-1.61.tar.gz) = 2ebc1c1fef01115f7dcb7ae02e4efae41f11e306 +RMD160 (DBIx-SearchBuilder-1.61.tar.gz) = c6c0612200f0eeb20a5617f36ff40239d77d209a +Size (DBIx-SearchBuilder-1.61.tar.gz) = 105000 bytes |