summaryrefslogtreecommitdiff
path: root/databases/p5-CatalystX-CRUD-Model-RDBO
AgeCommit message (Collapse)AuthorFilesLines
2009-04-30PkgSrc changes:sno2-8/+8
- 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
2008-12-17Update from version 0.17 to 0.19.he2-6/+6
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.
2008-11-30Update from version 0.14 to version 0.17.seb2-7/+6
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().
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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=...").
2008-10-12Update from version 0.13 to 0.14.he2-6/+6
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
2008-09-11Update from version 0.12 to 0.13.he2-8/+9
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
2008-07-15Added databases/p5-CatalystX-CRUD-Model-RDBO version 0.12abs3-0/+31
CatalystX::CRUD::Model::RDBO is a CatalystX::CRUD implementation for Rose::DB::Object.