diff options
author | sno <sno@pkgsrc.org> | 2010-02-16 13:31:33 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-16 13:31:33 +0000 |
commit | 1834b853c6d1949e720e61df171220ff5103dc81 (patch) | |
tree | d0e8f1bca20f51d613af3742c07b44da99151f36 | |
parent | 8bb5970a5d2ad879d987020223fb95d91c9f1253 (diff) | |
download | pkgsrc-1834b853c6d1949e720e61df171220ff5103dc81.tar.gz |
Updating databases/p5-DBIx-Class from 0.08115 to 0.08119
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.08119 2010-02-15 09:36:00 (UTC)
- Add $rs->is_ordered to test for existing order_by on a resultset
- Add as_subselect_rs to DBIC::ResultSet from
DBIC::Helper::ResultSet::VirtualView::as_virtual_view
- Refactor dbicadmin adding DDL manipulation capabilities
- New optional dependency manager to aid extension writers
- Depend on newest bugfixed Moose
- Make resultset chaining consistent wrt selection specification
- Storage::DBI::Replicated cleanup
- Fix autoinc PKs without an autoinc flag on Sybase ASA
0.08118 2010-02-08 11:53:00 (UTC)
- Fix a bug causing UTF8 columns not to be decoded (RT#54395)
- Fix bug in One->Many->One prefetch-collapse handling (RT#54039)
- Cleanup handling of relationship accessor types
0.08117 2010-02-05 17:10:00 (UTC)
- Perl 5.8.1 is now the minimum supported version
- Massive optimization of the join resolution code - now joins
will be removed from the resulting SQL if DBIC can prove they
are not referenced by anything
- Subqueries no longer marked experimental
- Support for Informix RDBMS (limit/offset and auto-inc columns)
- Support for Sybase SQLAnywhere, both native and via ODBC
- might_have/has_one now warn if applied calling class's column
has is_nullable set to true.
- Fixed regression in deploy() with a {sources} table limit applied
(RT#52812)
- Views without a view_definition will throw an exception when
parsed by SQL::Translator::Parser::DBIx::Class
- Stop the SQLT parser from auto-adding indexes identical to the
Primary Key
- InflateColumn::DateTime refactoring to allow fine grained method
overloads
- Fix ResultSetColumn improperly selecting more than the requested
column when +columns/+select is present
- Fix failure when update/delete of resultsets with complex WHERE
SQLA structures
- Fix regression in context sensitiveness of deployment_statements
- Fix regression resulting in overcomplicated query on
search_related from prefetching resultsets
- Fix regression on all-null returning searches (properly switch
LEFT JOIN to JOIN in order to distinguish between both cases)
- Fix regression in groupedresultset count() used on strict-mode
MySQL connections
- Better isolation of RNO-limited queries from the rest of a
prefetching resultset
- New MSSQL specific resultset attribute to allow hacky ordered
subquery support
- Fix nasty schema/dbhandle leak due to SQL::Translator
- Initial implementation of a mechanism for Schema::Version to
apply multiple step upgrades
- Fix regression on externally supplied $dbh with AutoCommit=0
- FAQ "Custom methods in Result classes"
- Cookbook POD fix for add_drop_table instead of add_drop_tables
- Schema POD improvement for dclone
-rw-r--r-- | databases/p5-DBIx-Class/Makefile | 12 | ||||
-rw-r--r-- | databases/p5-DBIx-Class/distinfo | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile index 7e931d649ee..539e05d1e97 100644 --- a/databases/p5-DBIx-Class/Makefile +++ b/databases/p5-DBIx-Class/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2010/01/26 11:54:16 sno Exp $ +# $NetBSD: Makefile,v 1.17 2010/02/16 13:31:33 sno Exp $ -DISTNAME= DBIx-Class-0.08115 +DISTNAME= DBIx-Class-0.08119 PKGNAME= p5-${DISTNAME} CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/} @@ -21,8 +21,8 @@ DEPENDS+= p5-Data-Dumper-Concise>=1.000:../../devel/p5-Data-Dumper-Concise DEPENDS+= p5-JSON-Any>=1.18:../../converters/p5-JSON-Any DEPENDS+= p5-MRO-Compat>=0.09:../../devel/p5-MRO-Compat DEPENDS+= p5-Module-Find>=0.06:../../devel/p5-Module-Find -DEPENDS+= p5-Path-Class>=0.16:../../devel/p5-Path-Class -DEPENDS+= p5-SQL-Abstract>=1.60:../../databases/p5-SQL-Abstract +DEPENDS+= p5-Path-Class>=0.18:../../devel/p5-Path-Class +DEPENDS+= p5-SQL-Abstract>=1.61:../../databases/p5-SQL-Abstract DEPENDS+= p5-SQL-Abstract-Limit>=0.13:../../databases/p5-SQL-Abstract-Limit DEPENDS+= p5-Scope-Guard>=0.03:../../devel/p5-Scope-Guard DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.19}:../../devel/p5-Scalar-List-Utils @@ -30,8 +30,8 @@ DEPENDS+= {perl>=5.10,p5-Storable-[0-9]*}:../../devel/p5-Storable DEPENDS+= p5-Sub-Name>=0.04:../../devel/p5-Sub-Name BUILD_DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp -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-9]*:../../devel/p5-Test-Deep +BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.92}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn diff --git a/databases/p5-DBIx-Class/distinfo b/databases/p5-DBIx-Class/distinfo index c439bb88c54..4ebf0b22abe 100644 --- a/databases/p5-DBIx-Class/distinfo +++ b/databases/p5-DBIx-Class/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2010/01/26 11:54:16 sno Exp $ +$NetBSD: distinfo,v 1.15 2010/02/16 13:31:33 sno Exp $ -SHA1 (DBIx-Class-0.08115.tar.gz) = 538a3f6d3e2ce1fe3a1a3d8205dfcf4285ed38dd -RMD160 (DBIx-Class-0.08115.tar.gz) = 2347e74ef7902901b123b84298c9894b826a9019 -Size (DBIx-Class-0.08115.tar.gz) = 488242 bytes +SHA1 (DBIx-Class-0.08119.tar.gz) = 086921be2cc89669c6281ad3fe7152a31dd7f17e +RMD160 (DBIx-Class-0.08119.tar.gz) = 6c0b17a2f062379a98f467be4b679ed86b3f7ccf +Size (DBIx-Class-0.08119.tar.gz) = 510707 bytes |