change usage of Tie::IxHash
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Types.pm
2010-10-21 Justin Hunter change usage of Tie::IxHash
2010-07-27 Justin Hunter this is probably a better coercion
2010-03-23 Justin Hunter lets remove that extra ;
2010-03-23 Justin Hunter move the class_type around
2010-02-09 Justin Hunter coerce a Str to ArrayRef
2009-10-03 Justin Hunter remove ColumnSize and add MatchType
2009-10-03 Justin Hunter coerce HashRefs to Objects
2009-09-24 Justin Hunter add coercion for Index
2009-09-22 Justin Hunter coerce a Column from a HashRef via Column->new
2009-09-03 Justin Hunter add/use new Bit type (0 or 1)
2009-08-17 Justin Hunter add Translator type
2009-08-11 Justin Hunter add ColumnSize subtype and its coercions
2009-07-15 Justin Hunter add Parser and Producer class_types
2009-07-11 Justin Hunter add PrimaryKey and ForeignKey classes
2009-07-03 Justin Hunter add ability to store sequences
2009-06-16 Justin Hunter add DBIHandle
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