- Updating package of p5 module CatalystX::CRUD::Model::RDBO from 0.20
to 0.22 to avoid incompatibilities to currently updated
Catalyst::Runtime
- Setting license to PERL5_LICENSE according to module documentation
- Adjusting dependencies according to META.yaml
Upstream changes:
0.22 13 June 2009
* fix tests for UPPERCASE normalize in newer Sort::SQL of ORDER BY string direction
0.21 13 June 2009
* fix multiple ORDER BY columns with comma-join (see RT 46904)
* explicitly call ->delegate->meta to fix moosification issue with Catalyst 5.8x
- Updating package for p5 module of CatalystX::CRUD::Model::RDBO from
0.19 to 0.20
- Adjusting dependencies
Upstream changes:
0.20 29 April 2009
* switch to MRO::Compat from Class::C3
* fixes for CatalystX::CRUD 0.43
Upstream changes:
0.19 12 Dec 2008
* fix long-standing issue with passing additional args to
load() via CXC::Object::RDBO->read
0.18 11 Dec 2008
* fix logic for mangling sort_by with table prefix. If the
sort_by value already has a . (dot) in it, assume the
request knew what it was doing.
Upstream changes:
0.15 7 Nov 2008
* (finally) fix load_with to be a real ro_accessor and only
used in _get_objects()
0.16 17 Nov 2008
* pass query if present in *_related() query methods
0.17 25 Nov 2008
* added related_load_with() feature and docs for it and
load_with().
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
Upstream changes:
0.14 11 Sept 2008
* fix add_related() to forget_related() after save, so that
next access reflects the addition.
* move column sort disambiguation from
CatalystX::CRUD::YUI::Controller to here.
* support for 0.30 core api param name change
* add 'int' to column types registered as 'treat_like_int'
* fix query for _related methods.
* update tests to support new make_sql_query() format in core API
Pkgsrc changes:
o Adjust dependencies, 0.29 of CatalystX::CRUD now required
o Canonicalize HOMEPAGE
Upstream changes:
0.13 23 Aug 2008
* support new *_related methods in core API