duh
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / InflateColumn /
2009-05-12 Peter Rabbitson Switch warn to carp and die to throw_exception where...
2009-05-08 Peter Rabbitson Remove redundant var
2009-05-08 Ron "Quinn" Straight Refactored to call _{inflate_to,deflate_from}_datetime...
2009-05-04 Ron "Quinn" Straight Proper support for timestamp inflation. Added last_upd...
2009-03-17 Johannes Plunien putting IC::DateTime locale, timezone or floating_tz_ok...
2009-02-10 Jason M. Mills Merge 'trunk' into 'rt_bug_41083'
2009-02-07 Johannes Plunien Possible to set locale in IC::DateTime extra => {}...
2008-11-20 Peter Rabbitson Minor doc patch by Caelum
2008-10-26 Peter Rabbitson Improve IC::DT timezone checker POD, add note explainin...
2008-10-26 Johannes Plunien typo in pod
2008-10-26 Johannes Plunien referencing DateTime/Floating_DateTimes
2008-10-26 Johannes Plunien floating timezone warning
2008-10-24 Johannes Plunien rafl refactored last changes
2008-10-24 Johannes Plunien possible to explicitly skip inflation, again rafl++
2008-10-24 Johannes Plunien added new option to enforce Date or DateTime inflation...
2008-10-07 Peter Rabbitson Merge 'warnfree' into 'trunk'
2008-09-21 Peter Rabbitson Fix warning due to File::Copy being sloppy
2008-07-23 Matt S Trout fix cycle, reformat to 80 cols
2008-07-18 J. Shirley Adding datetime_undef_if_invalid to squelch errors...
2008-01-07 Marc Mims Restore InflateColumn::File functionality.
2007-10-07 Ash Berlin Timezone support for InflateColumn::DateTime (sergio)
2007-08-08 Matt S Trout timestamp+pg fix
2007-06-05 K J Cheetham POD tweak
2007-05-22 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-05-17 Jess Robinson Applied patch from Pedro Melo to fix order of component...
2007-05-01 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-03-09 David Jack Olrik Disabled broken inflate/deflate.
2007-03-03 David Jack Olrik Reverted accidental 'svk pull' from inside mirrored...
2007-03-03 David Jack Olrik Merge 'trunk' into 'DBIx-Class-current'
2007-02-01 Victor Igumnov whoopes forgot to change the package name for dbix...
2007-01-29 Jess Robinson Make POD a little more obvious about component order
2007-01-21 Victor Igumnov changed FileColumn to InflateColumn::File
2006-11-10 Jess Robinson Minor documentation update
2006-06-22 Jess Robinson Docs for timestamp
2006-06-22 Matt S Trout added support for timestamps to InflateColumn::DateTime
2006-06-19 Matt S Trout updated InflateColumn::DateTime docs and Changes
2006-06-16 Matt S Trout probably added date support
2006-06-16 Matt S Trout fuckheaded failure to check defined before regexing
2006-05-31 Nigel Metheringham POD::Coverage additions
2006-05-29 Aran Deltac POD for InflateColumn::DateTime.
2006-05-17 Matt S Trout Missing stuff for DateTime branch