fix database_events
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Object / Schema.pm
2010-01-16 Justin Hunter fix for dropping procedures and temporarily remove die
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-01 Justin Hunter set the schema on a trigger when it is added
2009-10-09 Justin Hunter add remove methods for the rest of the objects and...
2009-10-06 Justin Hunter move drop_* to Compat, change to around remove_* in...
2009-09-30 Justin Hunter set table/schema when added to table/schema, rather...
2009-09-19 Justin Hunter add ability to "drop" a table
2009-09-19 Justin Hunter add database attribute
2009-09-04 Justin Hunter migrate from MXAH to Native::Trait
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 'extra' attribute (may move down to Object.pm)
2009-08-20 Justin Hunter move from curries to provides => { set => 'add_......
2009-08-19 Justin Hunter add back compat attributes
2009-08-19 Justin Hunter add triggers to Schema
2009-08-11 Justin Hunter use IxHash
2009-08-11 Justin Hunter add compat methods
2009-07-23 Justin Hunter move to MooseX::Declare
2009-07-09 Justin Hunter remove redundant required => 0
2009-07-06 Justin Hunter implement 'use aliased'
2009-07-03 Justin Hunter minor cosmetic change
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