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
This commit is contained in:
hiramatsu 2011-11-16 08:02:42 +00:00
parent 3333322e27
commit d56e7f65e5
2 changed files with 6 additions and 7 deletions

View file

@ -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/}

View file

@ -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