use Tie::IxHash methods and accessors
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Object / Table.pm
2011-06-21 Justin Hunter use Tie::IxHash methods and accessors
2011-06-21 Justin Hunter better handling of FKs
2011-06-21 Justin Hunter allow get_column to take anything coerceable into a...
2010-10-21 Justin Hunter change method used to determine if a table is valid origin/HEAD origin/master
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-10 Justin Hunter change "fields" into "columns" (backcompat), probably...
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-11-16 Justin Hunter check and see if column exists before checking if it...
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-06 Justin Hunter move drop_* to Compat, change to around remove_* in...
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 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 coerce a hash into an Index
2009-09-27 Justin Hunter add backcompat get_field method
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-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 move method 'aliases' into handles
2009-09-04 Justin Hunter migrate from MXAH to Native::Trait
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-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 move comments down to the base Object
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-08-11 Justin Hunter use IxHash
2009-08-11 Justin Hunter add compat methods
2009-07-29 Justin Hunter add comments attribute
2009-07-23 Justin Hunter move to MooseX::Declare
2009-07-12 Justin Hunter add ability to track temporary tables
2009-07-10 Justin Hunter use Tie::IxHash
2009-07-10 Justin Hunter use Tie::IxHash for an ordered hash
2009-07-09 Justin Hunter remove redundant required => 0
2009-07-06 Justin Hunter implement 'use aliased'
2009-07-03 Justin Hunter add support for sequences
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-15 Justin Hunter formatting changes
2009-06-06 Justin Hunter oops, these really do have content
2009-06-05 Justin Hunter a stupid typo and some additions
2009-05-29 Justin Hunter handle types correctly
2009-05-28 Justin Hunter use SQL::Translator::Types
2009-05-28 Justin Hunter initial