I hate you all.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSource.pm
2006-09-12 Brandon L. Black Backported column_info_from_storage accessor from ...
2006-08-20 Christopher H. Laco remove_columns now deletes columns from _columns fixing...
2006-07-28 Daniel Westermann... Remove anonymous blesses to avoid major speed hit on...
2006-07-26 Brandon L. Black very minor cleanups to columns_info_for
2006-07-20 David Kamholz fix oversight with source_name (regular accessor, not...
2006-05-31 Nigel Metheringham Initial work on getting POD coverage testing working
2006-05-30 Cory G Watson Fix column_info stomping, test coming...
2006-05-28 Daniel Westermann... Fix POD for name_unique_constraint
2006-05-28 Daniel Westermann... Add automatic naming of unique constraints
2006-05-19 Justin Guenther added ensure_class_loaded method to Componentized,...
2006-05-19 Jess Robinson zbys Postgres casecheck patch
2006-05-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-26 Aran Deltac Document the exitance of the DBIx::Class::ResultSource...
2006-04-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-19 Matt S Trout make set_from_related handle undef
2006-04-19 Matt S Trout fixup for Dumper brain damage
2006-04-19 Daniel Westermann... Merge 'find_changes' into 'DBIx-Class-current'
2006-04-18 Daniel Westermann... Refactor unique constraint access to ResultSource
2006-04-18 Daniel Westermann... Documentation cleanup
2006-04-16 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-16 Matt S Trout disabled ->resultset caching
2006-04-07 Christopher H. Laco Added source_name to ResultSource/ResultSourceProxy
2006-04-04 Stephan Szabo Added code to allow looking up of the other side of...
2006-04-01 Christopher H. Laco Added remove_column(s) from ResultSource/ResultSourceProxy
2006-03-26 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-26 David Kamholz various small doc fixes
2006-03-25 Justin Guenther removed parentheses from argument lists in docs
2006-03-24 Justin Guenther changed formatting for arguments/return values in metho...
2006-03-24 Justin Guenther code reformatting for readibility
2006-03-22 Jess Robinson Fixup sequence docs
2006-03-22 Jess Robinson Fix up is_auto_increment doc
2006-03-21 Matt S Trout lib/DBIx/Class/ResultSource.pm
2006-03-21 Simon Elliott Doc updates to remove PK::Auto::<db> references and...
2006-03-21 Simon Elliott undo changes that should have been in TRUNK. /me thwaps...
2006-03-21 Simon Elliott Doc fixes for PK::Auto::DB references. All handled...
2006-03-21 Justin Guenther changed Foo/Bar in docs to more meaningful names
2006-03-14 David Kamholz weaken result_source in all resultsets
2006-03-09 David Kamholz fix a couple stray regexen
2006-03-08 David Kamholz cleanup ResultSource a bit, plus a couple trivial cleanups
2006-03-08 Matt S Trout Nuked a couple of pointless warns and a Dumper load
2006-03-08 Matt S Trout has_many prefetch works. no, seriously
2006-03-08 Matt S Trout partially working has_many prefetch
2006-03-07 Marcus Ramberg more error messages.
2006-03-01 Matt S Trout half unpicked has_many prefetch mess
2006-02-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-18 Brandon L. Black pod =head3 Arguments stuff
2006-02-18 Brandon L. Black pod typo fix
2006-02-17 Jess Robinson Documentations!
2006-02-14 Matt S Trout Improvements to copy() and set_from_related() code
2006-02-14 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-13 Matt S Trout fixes for columns_info_for stuff from zby
2006-02-11 David Kamholz - fix DB.pm resultset_instance for CDBICompat usage
2006-02-07 David Kamholz add component_class accessors and use them for *_class
2006-02-07 Brandon L. Black minor TEST_POD warning cleanup
2006-02-06 Matt S Trout multi-step prefetch along the same rel (e.g. for trees...
2006-02-06 Matt S Trout multi-join to same rel works now
2006-02-05 Matt S Trout add $source->resultset_attributes, include_columns...
2006-02-03 David Kamholz changes in 0.05 dist that mst forgot to commit
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-26 Matt S Trout Multi-step prefetch (all except _construct_object chang...
2006-01-26 Matt S Trout Added copying of refs durings ResultSource->new
2006-01-26 Will Hawes more informative error in related_source when relations...
2006-01-23 Daniel Westermann... Add unique constraint declaration and new ResultSet...
2006-01-21 Matt S Trout columns_info_for from zby, fixes to per-db tests
2006-01-20 Marcus Ramberg use croak instead of die for user errors.
2006-01-17 Matt S Trout Fix to add_columns with column info arguments
2006-01-16 Matt S Trout Made columns ordered by default
2006-01-14 Matt S Trout Improved join condition possiblities - arrayrefs of...
2006-01-14 Matt S Trout resolve_condition moved to ResultSource
2006-01-14 Matt S Trout Broke out resolve_condition in ResultSource
2006-01-14 Matt S Trout resolve_join moved to ResultSource
2006-01-14 Matt S Trout add_relationship, relationship_info, relationships...
2006-01-13 Matt S Trout Re-arranged the add_columns code to be a bit clearer
2006-01-13 Matt S Trout ordered_columns patch from Will Hawes
2006-01-11 Matt S Trout Separated common ResultSource stuff out of Table