add an around BUILDARGS to process fields arg properly
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Object / Constraint.pm
2011-06-21 Justin Hunter add an around BUILDARGS to process fields arg properly
2010-11-12 Justin Hunter coerce $column for add_column
2010-10-21 Justin Hunter return values when using native traits
2010-10-21 Justin Hunter change usage of Tie::IxHash
2010-07-27 Justin Hunter fix up some ordering issues
2010-02-09 Justin Hunter added some attributes
2010-01-15 Justin Hunter add an add_reference_column handles
2009-12-01 Justin Hunter make these attributes required
2009-10-18 Justin Hunter if primary key constraint is added, make associated...
2009-10-18 Justin Hunter remove all columns before adding new ones via ->fields...
2009-10-03 Justin Hunter make "" the default for constraint name
2009-10-03 Justin Hunter remove ColumnSize and add MatchType
2009-10-03 Justin Hunter add a sensible default for match_type and make type...
2009-10-03 Justin Hunter move backcompat into Compat.pm and apply the role to...
2009-09-30 Justin Hunter set table/schema when added to table/schema, rather...
2009-09-29 Justin Hunter change Undef to an empty ArrayRef and remove auto_deref
2009-09-04 Justin Hunter remove needless alias
2009-09-04 Justin Hunter move method 'aliases' into handles
2009-09-04 Justin Hunter migrate from MXAH to Native::Trait
2009-09-03 Justin Hunter default should be true not false
2009-09-03 Justin Hunter add match_type attribute
2009-08-25 Justin Hunter move to MooseX::Declare extends style
2009-08-24 Justin Hunter move extra down to Object.pm
2009-08-23 Justin Hunter move options down to Object.pm
2009-08-22 Justin Hunter add backcompat methods
2009-08-22 Justin Hunter move reference_* down to Constraint
2009-08-22 Justin Hunter add table for reference
2009-08-20 Justin Hunter move from curries to provides => { set => 'add_......
2009-08-19 Justin Hunter add back compat attributes
2009-08-11 Justin Hunter add compat methods
2009-07-23 Justin Hunter move to MooseX::Declare
2009-07-10 Justin Hunter use Tie::IxHash default
2009-07-06 Justin Hunter implement 'use aliased'
2009-07-02 Justin Hunter move from no Moose[::Role] to use namespace::autoclean
2009-07-02 Justin Hunter add curries where applicable
2009-06-20 Justin Hunter add MXAH
2009-06-15 Justin Hunter formatting changes
2009-06-06 Justin Hunter oops, these really do have content
2009-05-29 Justin Hunter handle types correctly
2009-05-28 Justin Hunter use SQL::Translator::Types
2009-05-28 Justin Hunter initial