pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/p5-DBIx-Class pkgsrc changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/5cfd65104da7
branches: trunk
changeset: 562009:5cfd65104da7
user: sno <sno%pkgsrc.org@localhost>
date: Sun Jul 19 11:08:00 2009 +0000
description:
pkgsrc changes:
- Updating package for p5 module DBIx::Class from 0.08107 to 0.08108
- Reordering dependencies (alphabetically according to META.yml)
Upstream changes:
0.08108 2009-07-05 23:15:00 (UTC)
- Fixed the has_many prefetch with limit/group deficiency -
it is now possible to select "top 5 commenters" while
prefetching all their comments
- New resultsed method count_rs, returns a ::ResultSetColumn
which in turn returns a single count value
- Even better support of count with limit
- New on_connect_call/on_disconnect_call functionality (check
POD of Storage::DBI)
- Automatic datetime handling environment/session setup for
Oracle via connect_call_datetime_setup()
- count/all on related left-joined empty resultsets now correctly
returns 0/()
- Fixed regression when both page and offset are specified on
a resultset
- Fixed HRI returning too many empty results on multilevel
nonexisting prefetch
- make_column_dirty() now overwrites the deflated value with an
inflated one if such exists
- Fixed set_$rel with where restriction deleting rows outside
the restriction
- populate() returns the created objects or an arrayref of the
created objects depending on scalar vs. list context
- Fixed find_related on 'single' relationships - the former
implementation would overspecify the WHERE condition, reporting
no related objects when there in fact is one
- SQL::Translator::Parser::DBIx::Class now attaches tables to the
central schema object in relationship dependency order
- Fixed regression in set_column() preventing sourceless object
manipulations
- Fixed a bug in search_related doubling a join if the original
$rs already joins/prefetches the same relation
- Storage::DBI::connected() improvements for Oracle and Sybase
- Fixed prefetch+incomplete select regression introduced in
0.08100
- MSSQL limit (TOP emulation) fixes and improvements
diffstat:
databases/p5-DBIx-Class/Makefile | 8 ++++----
databases/p5-DBIx-Class/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r 24ac94226c61 -r 5cfd65104da7 databases/p5-DBIx-Class/Makefile
--- a/databases/p5-DBIx-Class/Makefile Sun Jul 19 11:00:33 2009 +0000
+++ b/databases/p5-DBIx-Class/Makefile Sun Jul 19 11:08:00 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2009/06/15 20:30:03 sno Exp $
+# $NetBSD: Makefile,v 1.11 2009/07/19 11:08:00 sno Exp $
-DISTNAME= DBIx-Class-0.08107
+DISTNAME= DBIx-Class-0.08108
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
@@ -28,9 +28,9 @@
DEPENDS+= {perl>=5.10,p5-Storable-[0-9]*}:../../devel/p5-Storable
DEPENDS+= p5-Sub-Name>=0.04:../../devel/p5-Sub-Name
-BUILD_DEPENDS+= p5-Test-Simple>=0.82:../../devel/p5-Test-Simple
+BUILD_DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep
BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
-BUILD_DEPENDS+= p5-Test-Deep>=0:../../devel/p5-Test-Deep
+BUILD_DEPENDS+= p5-Test-Simple>=0.82:../../devel/p5-Test-Simple
BUILD_DEPENDS+= p5-Test-Warn>=0.11:../../devel/p5-Test-Warn
PKG_DESTDIR_SUPPORT= user-destdir
diff -r 24ac94226c61 -r 5cfd65104da7 databases/p5-DBIx-Class/distinfo
--- a/databases/p5-DBIx-Class/distinfo Sun Jul 19 11:00:33 2009 +0000
+++ b/databases/p5-DBIx-Class/distinfo Sun Jul 19 11:08:00 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2009/06/15 20:30:03 sno Exp $
+$NetBSD: distinfo,v 1.9 2009/07/19 11:08:00 sno Exp $
-SHA1 (DBIx-Class-0.08107.tar.gz) = 0e422e775cc0c1919f1a9ea488dc0f301355c702
-RMD160 (DBIx-Class-0.08107.tar.gz) = a18caf68c2303120527175e56d603fc9a4ed883f
-Size (DBIx-Class-0.08107.tar.gz) = 408865 bytes
+SHA1 (DBIx-Class-0.08108.tar.gz) = 7456886eca33dbf6c43aaa4387c9c4865054ac6b
+RMD160 (DBIx-Class-0.08108.tar.gz) = 2922400b13452568072dff54f43bc451f3c9eb6e
+Size (DBIx-Class-0.08108.tar.gz) = 427175 bytes
Home |
Main Index |
Thread Index |
Old Index