aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-MooseColumns
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.22Andrej Zverev2011-06-082-3/+3
| | | | Notes: svn path=/head/; revision=275225
* - Update to 0.20.Andrej Zverev2011-04-252-4/+7
| | | | | | | - Add LICENSE. Notes: svn path=/head/; revision=273160
* Update to 0.18Andrej Zverev2011-03-152-4/+5
| | | | Notes: svn path=/head/; revision=270951
* - Update to 0.16Andrej Zverev2011-01-032-3/+3
| | | | Notes: svn path=/head/; revision=267329
* This module allows you to put the arguments to "add_column" inAndrej Zverev2010-11-214-0/+54
DBIx::Class::ResultSource right into your attribute definitions and will automatically call it when it finds an add_column attribute option. It also replaces the DBIx::Class-generated accessor methods (these are Class::Accessor::Grouped-generated accessor methods under the hood) with the Moose-generated accessor methods so that you can use more of the wonderful powers of Moose (eg. type constraints, triggers, ...). Notes: svn path=/head/; revision=264865