doc, removal of source stuff, and Changes
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / InflateColumn.pm
2010-04-28 Arthur Axel "fREW... doc, removal of source stuff, and Changes
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-08 Peter Rabbitson Cleanup rel accessor type handling
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-11-25 Peter Rabbitson Test and fix scalarref in an inflatable slot corner...
2007-11-03 Jess Robinson Improve inflatecolumn docs
2007-05-22 Christopher H. Laco %colinfo accessor and inflate_column now work together
2007-01-01 Jess Robinson Merge 'trunk' into 'DBIx-Class-current'
2007-01-01 Jess Robinson Fixup update/new ignoring with scalarrefs
2007-01-01 Jess Robinson Inflate/Deflate on all refs but scalars, with tests...
2006-12-02 David Kamholz inline relationship and inflate code for new, update...
2006-11-28 Jess Robinson Add blessed checking to deflate
2006-10-21 Matt S Trout I hate you all.
2006-06-20 Brandon L. Black add some pod coverage
2006-06-18 Matt S Trout store deflated value when handed to store_deflated_column
2006-06-18 David Kamholz fix the fix of the fix of the fix
2006-06-18 David Kamholz hopefully actually fix inflate this time
2006-06-18 Matt S Trout fixup for deflated value handed to inflated accessor
2006-06-18 David Kamholz fix stupid bug
2006-06-18 David Kamholz InflateColumn re-refactor
2006-06-17 David Kamholz update to InflateColumn (docs and trivial patch)
2006-06-17 David Kamholz inflate refactor
2006-05-31 Nigel Metheringham Initial work on getting POD coverage testing working
2006-05-18 Jess Robinson Add pod for params of inflate/deflate coderefs
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-21 Justin Guenther Documentation indenting/formatting fixes
2006-03-10 Matt S Trout test fixups, Schema optimisation tweaks
2006-03-03 Matt S Trout Fix to update(\%args) with inflation from test case...
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-20 Marcus Ramberg use croak instead of die for user errors.
2006-01-05 Daniel Westermann... First pass at docs for InflateColumn
2005-11-27 Matt S Trout Fixed InflateColumn to call set_column during set_infla...
2005-11-24 Matt S Trout With the addition of Class::C3 0.07 and a few tweaks...
2005-11-15 Matt S Trout Broke everything (C3 branch)
2005-11-15 Matt S Trout Added has_column and column_info methods
2005-11-15 Matt S Trout Bugfixes, optimisations
2005-08-07 Matt S Trout Commented out _cond_value code in InflateColumn - curre...
2005-08-02 Matt S Trout Factored common cdbi rel features out into Relationship...
2005-08-02 Matt S Trout Refactored HasA to use InflateColumn
2005-08-02 Matt S Trout Column inflation tests now pass