Fix regressions in IC::DT registration logic
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / InflateColumn / DateTime.pm
2010-11-10 Peter Rabbitson Fix regressions in IC::DT registration logic
2010-10-04 Peter Rabbitson Minor cleanup of memory cycle tracing and IC::DT inflat...
2010-07-13 Peter Rabbitson Fix IC::DT to stop autovivifying columninfo keys
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-05-17 Ton Voon Removed tab
2010-05-17 Ton Voon Fixed exception logic due to not being able to use...
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-04-14 Rafael Kitover datetime millisecond precision for MSSQL
2010-02-02 Bryan Beeley - Simplify by allowing moving column_info depreciated...
2010-02-01 Bryan Beeley - Add _post_inflate_datetime and _pre_deflate_datetime...
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-09-04 Peter Rabbitson Stop double-caching datetime_parser - keep it in the...
2009-08-25 Peter Rabbitson typo
2009-08-20 Peter Rabbitson Apply pod patch by arthas (slightly modified)
2009-07-28 Rafael Kitover add postgres "timestamp without time zone" support
2009-07-16 Peter Rabbitson Merge 'new_replication_transaction_fixup' into 'trunk'
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-07-15 Rafael Kitover add "smalldatetime" support to IC::DT
2009-07-11 Rafael Kitover reword IC::DT doc patch
2009-07-10 Rob Kinyon Applied patch from kados regarding use of a DateTime...
2009-06-26 Tom Hukins Documentation fix:
2009-06-11 Peter Rabbitson IC::DT changes:
2009-06-09 Ash Berlin Make IC::DT extra warning state the column name too
2009-05-26 Ash Berlin Fix 'timestamp with time zone' columns for IC::DT inflation
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-07-23 Matt S Trout fix cycle, reformat to 80 cols
2008-07-18 J. Shirley Adding datetime_undef_if_invalid to squelch errors...
2007-10-07 Ash Berlin Timezone support for InflateColumn::DateTime (sergio)
2007-08-08 Matt S Trout timestamp+pg fix
2007-05-17 Jess Robinson Applied patch from Pedro Melo to fix order of component...
2007-03-03 David Jack Olrik Reverted accidental 'svk pull' from inside mirrored...
2007-01-29 Jess Robinson Make POD a little more obvious about component order
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