add constraints after all tables are added
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Object /
2011-06-27 Justin Hunter ok, so I do need to pass in a HashRef
2011-06-21 Justin Hunter remove unneeded { }
2011-06-21 Justin Hunter some better handling of munging fields to columns
2011-06-21 Justin Hunter apparenlty add_column(coerce ...) works now
2011-06-21 Justin Hunter use Tie::IxHash methods and accessors
2011-06-21 Justin Hunter only allow Str now
2011-06-21 Justin Hunter better handling of FKs
2011-06-21 Justin Hunter allow get_column to take anything coerceable into a...
2011-06-21 Justin Hunter set the table on the column
2011-06-21 Justin Hunter add a has_columns method
2011-06-21 Justin Hunter add an around BUILDARGS to process fields arg properly
2011-06-21 Justin Hunter make the default owner ..owner
2010-11-12 Justin Hunter coerce $column for add_column
2010-10-21 Justin Hunter change method used to determine if a table is valid origin/HEAD origin/master
2010-10-21 Justin Hunter missed some IxHash stuff
2010-10-21 Justin Hunter return values when using native traits
2010-10-21 Justin Hunter change usage of Tie::IxHash
2010-09-27 Justin Hunter database_events needs to be an ArrayRef
2010-09-22 Justin Hunter trim down imports
2010-09-22 Justin Hunter move from Bool to Bit
2010-07-27 Justin Hunter fix database_events
2010-07-27 Justin Hunter fix up some ordering issues
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
2010-02-10 Justin Hunter change "fields" into "columns" (backcompat), probably...
2010-02-09 Justin Hunter hardwire is_valid for the time being
2010-02-09 Justin Hunter added some attributes
2010-01-16 Justin Hunter no more wantarray
2010-01-16 Justin Hunter fix for dropping procedures and temporarily remove die
2010-01-15 Justin Hunter add an add_reference_column handles
2010-01-15 Justin Hunter remove redunant around add_column
2010-01-15 Justin Hunter fix a typo and remove "is"
2010-01-13 Justin Hunter add an around remove_trigger to make sure trigger actua...
2010-01-06 Justin Hunter bring Procedure up to speed with the rest of the Objects
2009-12-09 Justin Hunter use the coercion instead of creating the object (change...
2009-12-09 Justin Hunter fix for primary key adding/checking
2009-12-04 Justin Hunter sometimes it would be nice to spell things correctly
2009-12-04 Justin Hunter add drop_trigger (and put things in alphabetical order)
2009-12-01 Justin Hunter make these attributes required
2009-12-01 Justin Hunter set the schema on a trigger when it is added
2009-12-01 Justin Hunter give Trigger objects access to Schema and Table objects
2009-11-16 Justin Hunter check and see if column exists before checking if it...
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-18 Justin Hunter if primary key constraint is added, make associated...
2009-10-18 Justin Hunter add remove_sequence helper
2009-10-18 Justin Hunter remove all columns before adding new ones via ->fields...
2009-10-09 Justin Hunter add drop_view
2009-10-09 Justin Hunter add remove methods for the rest of the objects and...
2009-10-06 Justin Hunter View extends Table
2009-10-06 Justin Hunter move drop_* to Compat, change to around remove_* in...
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 fix some typos and add multi methods for drop_index
2009-10-03 Justin Hunter coerce Sequence and Constraint into objects
2009-10-03 Justin Hunter add ability to remove indexes (indices?)
2009-10-03 Justin Hunter remove/add column to Columns hash upon rename
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-30 Justin Hunter allow setting of fields (columns) like ->fields('foo...
2009-09-30 Justin Hunter break out size into length & precision
2009-09-29 Justin Hunter coerce a hash into an Index
2009-09-29 Justin Hunter no more auto_deref
2009-09-29 Justin Hunter change Undef to an empty ArrayRef and remove auto_deref
2009-09-27 Justin Hunter add backcompat get_field method
2009-09-24 Justin Hunter add is_valid method and a default for type
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-22 Justin Hunter add some error checking to add_column and an alias...
2009-09-22 Justin Hunter add ability to drop(remove) a column
2009-09-19 Justin Hunter add is_valid check and make sure you can't add a table...
2009-09-19 Justin Hunter stringify the table object
2009-09-19 Justin Hunter add ability to "drop" a table
2009-09-19 Justin Hunter add database attribute
2009-09-08 Justin Hunter default_value might also be a ScalarRef
2009-09-08 Justin Hunter allow adding of indexes where name is ""
2009-09-05 Justin Hunter handle constraints with no name
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-04 Justin Hunter migrate from MXAH to Native::Trait
2009-09-03 Justin Hunter add/use new Bit type (0 or 1)
2009-09-03 Justin Hunter default should be true not false
2009-09-03 Justin Hunter add match_type attribute
2009-08-26 Justin Hunter add extra behavior to parameters attribute
2009-08-25 Justin Hunter remove extraneous imports
2009-08-25 Justin Hunter remove unneeded MooseX::Types::Moose 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-23 Justin Hunter make action Any for the time being
2009-08-23 Justin Hunter move options down to Object.pm
2009-08-22 Justin Hunter add 'extra' attribute (may move down to Object.pm)
2009-08-22 Justin Hunter cleanup
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-22 Justin Hunter move comments down to the base Object
next