A couple of typos, and general whitespace cleanup (ick)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat / ImaDBI.pm
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-05-19 Peter Rabbitson Hide resultsource methods that should have never been...
2008-10-24 Michael G Schwern Using DBIx::Class as a parent causes Class::Accessor...
2008-07-29 Guillermo Roditi use sub::name to fix compat with moose method modifiers
2008-03-13 Michael G Schwern Make Class::DBI::Plugin::DeepAbstractSearch work.
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
2007-06-17 Matt S Trout 0.08001 because I'm an idiot
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-16 Matt S Trout Changed result_source to result_source_instance in...
2006-01-16 Matt S Trout More internals cleanup, separated out ResultSourceInsta...
2006-01-16 Matt S Trout Changed inflate_result API to include ResultSource...
2006-01-14 Matt S Trout resolve_condition moved to ResultSource
2006-01-11 Matt S Trout Added ->relationships and ->relationship_info from...
2005-12-30 Matt S Trout Moved inflation to inflate_result in Row.pm
2005-12-20 Matt S Trout CDBICompat happy again on rs branch
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-09-09 Matt S Trout Joins work for search, some refactoring
2005-08-08 Matt S Trout Finished ripping hand-hacked abstract implementation...
2005-08-06 Matt S Trout - Storage/DBI.pm now uses Abstract internally
2005-08-04 Matt S Trout Overrode part of ContextualFetch in ImaDBI to shut...
2005-08-04 Matt S Trout Mostly refactored everything to select/update/delete...
2005-08-02 Matt S Trout Join conditions supplied to add_relationship are now...
2005-07-31 Marcus Ramberg Add ::Exception, and use throw instead of die.
2005-07-22 Matt S Trout has_a works
2005-07-21 Matt S Trout Refactored Ima::DBI support to allow pluggable __FOO__...
2005-07-21 Matt S Trout First of a two-parter :)
2005-07-19 Matt S Trout AutoUpdate, add_constructor, a toy set_sql emulator...
2005-07-19 Matt S Trout Imported a couple extra modules, added retrieve_all