fix issue with order being wrong
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Object / Column.pm
2010-07-26 Justin Hunter fix issue with order being wrong
2010-07-26 Justin Hunter make "is_unique" an attribute
2010-02-20 Justin Hunter comment out the trigger for now
2009-11-16 Justin Hunter hack to make column auto_increment if it is changed...
2009-10-18 Justin Hunter (Any $) is not necessary anymore for a multi method...
2009-10-06 Justin Hunter move drop_* to Compat, change to around remove_* in...
2009-10-03 Justin Hunter remove ColumnSize and add MatchType
2009-10-03 Justin Hunter remove/add column to Columns hash upon rename
2009-09-30 Justin Hunter break out size into length & precision
2009-09-22 Justin Hunter add overload (stringification) to Column, setup some...
2009-09-22 Justin Hunter add backcompat methods and some checking on ->name
2009-09-22 Justin Hunter make is_nullable a Bit and default the column size...
2009-09-08 Justin Hunter default_value might also be a ScalarRef
2009-09-03 Justin Hunter add/use new Bit type (0 or 1)
2009-08-25 Justin Hunter remove extraneous imports
2009-08-25 Justin Hunter move to MooseX::Declare extends style
2009-08-24 Justin Hunter move extra down to Object.pm
2009-08-22 Justin Hunter add table for reference
2009-08-22 Justin Hunter move comments down to the base Object
2009-08-19 Justin Hunter add back compat attributes
2009-08-11 Justin Hunter add compat methods
2009-08-11 Justin Hunter add sql_data_type attribute
2009-08-11 Justin Hunter add 'extra' and 'is_primary_key' attributes
2009-07-29 Justin Hunter rename remarks to comments
2009-07-23 Justin Hunter move to MooseX::Declare
2009-07-09 Justin Hunter remove redundant required => 0
2009-07-08 Justin Hunter Column data_type is now an integer (DBI constant) not...
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 remove comments
2009-07-02 Justin Hunter add curries where applicable
2009-06-20 Justin Hunter add MXAH
2009-06-17 Justin Hunter remove some attributes from Column
2009-06-16 Justin Hunter add index column, since moving to HashRef makes us...
2009-06-15 Justin Hunter formatting changes
2009-06-06 Justin Hunter oops, these really do have content
2009-06-05 Justin Hunter updates
2009-06-05 Justin Hunter a stupid typo and some additions
2009-05-29 Justin Hunter handle types correctly
2009-05-28 Justin Hunter initial